Color Hex Logo

#b9874a Color Hex

#B9874A
(185,135,74)
0 Favorites   0 Comments

Color spaces of #b9874a

RGB 18513574
HSL0.090.440.51
HSV33°60°73°
CMYK 0.000.270.60   0.27
XYZ29.907628.136610.3332
Yxy28.13660.43740.4115
Hunter Lab53.04397.816225.5808
CIE-Lab60.011912.444939.8285

#b9874a color RGB value is (185,135,74).

#b9874a hex color red value is 185, green value is 135 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9874a hue: 0.09 , saturation: 0.44 and the lightness value of b9874a is 0.51.

The process color (four color CMYK) of #b9874a color hex is 0.00, 0.27, 0.60, 0.27. Web safe color of #b9874a is #cc9933. Color #b9874a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 01001010
Octal 271 207 112
Decimal 185 135 74
Hex B9 87 4A

RGB Percentages of Color #b9874a

%46.95
%34.26
%18.78

CMYK Percentages of Color #b9874a

%0
%27
%60
%27

Triadic Colors of #b9874a

#b9874a #4ab987 #874ab9

Analogous Colors of #b9874a

#b9874a #b4b94a #b94f4a

Monochromatic Colors of #b9874a

#b9874a

Complementary Color

#b9874a #4a7cb9

#b9874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9874a Color CSS Codes

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

#b9874a Text Font Color

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

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


#b9874a Background Color

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

This div background color is #b9874a


#b9874a Border Color

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

This div border color is #b9874a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9874a


Comments

No comments written yet.

Please login to write comment.