color codes Logo

#bf764c color codes

#BF764C
(191,118,76)
0 Favorites   0 Comments

Color spaces of #bf764c

RGB 19111876
HSL0.060.470.52
HSV22°60°75°
CMYK 0.000.380.60   0.25
XYZ29.268824.555010.0344
Yxy24.55500.45830.3845
Hunter Lab49.553018.714422.6810
CIE-Lab56.639224.543734.9014

#bf764c color RGB value is (191,118,76).

#bf764c hex color red value is 191, green value is 118 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bf764c hue: 0.06 , saturation: 0.47 and the lightness value of bf764c is 0.52.

The process color (four color CMYK) of #bf764c color code is 0.00, 0.38, 0.60, 0.25. Web safe color of #bf764c is #cc6633. Color #bf764c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110110 01001100
Octal 277 166 114
Decimal 191 118 76
Hex BF 76 4C

RGB Percentages of Color #bf764c

%49.61
%30.65
%19.74

CMYK Percentages of Color #bf764c

%0
%38
%60
%25

Triadic Colors of #bf764c

#bf764c #4cbf76 #764cbf

Analogous Colors of #bf764c

#bf764c #bfb04c #bf4c5c

Monochromatic Colors of #bf764c

#bf764c

Complementary Color

#bf764c #4c95bf

#bf764c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf764c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf764c Color CSS Codes

.mybgcolor {background-color:#bf764c; } 
.myforecolor {color:#bf764c; }
.mybordercolor {border:3px solid #bf764c; }

#bf764c Text Font Color

<p style="color:#bf764c">Text here</p>

This sample text font color is #bf764c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf764c Background Color

<div style="background-color:#bf764c">
Div content here</div>

This div background color is #bf764c


#bf764c Border Color

<div style="border:3px solid #bf764c">
Div here</div>

This div border color is #bf764c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,118,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf764c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf764c;
  -webkit-box-shadow: 1px 1px 3px 2px #bf764c;
  box-shadow:         1px 1px 3px 2px #bf764c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,118,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf764c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf764c;
  -webkit-box-shadow: 1px 1px 3px 2px #bf764c;
  box-shadow:         1px 1px 3px 2px #bf764c;">
Div content here</div>

This div box has shadow with color #bf764c


Comments

No comments written yet.

Please login to write comment.