Color Hex Logo

#bf894a Color Hex

#BF894A
(191,137,74)
0 Favorites   0 Comments

Color spaces of #bf894a

RGB 19113774
HSL0.090.480.52
HSV32°61°75°
CMYK 0.000.280.61   0.25
XYZ31.667529.462110.4963
Yxy29.46210.44210.4113
Hunter Lab54.27909.152426.5300
CIE-Lab61.187313.922641.3775

#bf894a color RGB value is (191,137,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 01001010
Octal 277 211 112
Decimal 191 137 74
Hex BF 89 4A

RGB Percentages of Color #bf894a

%47.51
%34.08
%18.41

CMYK Percentages of Color #bf894a

%0
%28
%61
%25

Triadic Colors of #bf894a

#bf894a #4abf89 #894abf

Analogous Colors of #bf894a

#bf894a #bbbf4a #bf4e4a

Monochromatic Colors of #bf894a

#bf894a

Complementary Color

#bf894a #4a80bf

#bf894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf894a Color CSS Codes

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

#bf894a Text Font Color

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

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


#bf894a Background Color

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

This div background color is #bf894a


#bf894a Border Color

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

This div border color is #bf894a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,137,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 #bf894a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf894a


Comments

No comments written yet.

Please login to write comment.