Color Hex Logo

#bf864a Color Hex

#BF864A
(191,134,74)
0 Favorites   0 Comments

Color spaces of #bf864a

RGB 19113474
HSL0.090.480.52
HSV31°61°75°
CMYK 0.000.300.61   0.25
XYZ31.247028.621010.3561
Yxy28.62100.44500.4076
Hunter Lab53.498610.634225.9718
CIE-Lab60.445715.578240.5089

#bf864a color RGB value is (191,134,74).

#bf864a hex color red value is 191, green value is 134 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bf864a hue: 0.09 , saturation: 0.48 and the lightness value of bf864a is 0.52.

The process color (four color CMYK) of #bf864a color hex is 0.00, 0.30, 0.61, 0.25. Web safe color of #bf864a is #cc9933. Color #bf864a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000110 01001010
Octal 277 206 112
Decimal 191 134 74
Hex BF 86 4A

RGB Percentages of Color #bf864a

%47.87
%33.58
%18.55

CMYK Percentages of Color #bf864a

%0
%30
%61
%25

Triadic Colors of #bf864a

#bf864a #4abf86 #864abf

Analogous Colors of #bf864a

#bf864a #bebf4a #bf4b4a

Monochromatic Colors of #bf864a

#bf864a

Complementary Color

#bf864a #4a83bf

#bf864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf864a Color CSS Codes

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

#bf864a Text Font Color

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

This sample text font color is #bf864a
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.


#bf864a Background Color

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

This div background color is #bf864a


#bf864a Border Color

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

This div border color is #bf864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf864a


Comments

No comments written yet.

Please login to write comment.