Color Hex Logo

#b9994c Color Hex

#B9994C
(185,153,76)
0 Favorites   0 Comments

Color spaces of #b9994c

RGB 18515376
HSL0.120.440.51
HSV42°59°73°
CMYK 0.000.170.59   0.27
XYZ32.703333.618611.6029
Yxy33.61860.41970.4314
Hunter Lab57.9815-0.788528.7223
CIE-Lab64.65872.698544.2470

#b9994c color RGB value is (185,153,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 01001100
Octal 271 231 114
Decimal 185 153 76
Hex B9 99 4C

RGB Percentages of Color #b9994c

%44.69
%36.96
%18.36

CMYK Percentages of Color #b9994c

%0
%17
%59
%27

Triadic Colors of #b9994c

#b9994c #4cb999 #994cb9

Analogous Colors of #b9994c

#b9994c #a3b94c #b9624c

Monochromatic Colors of #b9994c

#b9994c

Complementary Color

#b9994c #4c6cb9

#b9994c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9994c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9994c Color CSS Codes

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

#b9994c Text Font Color

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

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


#b9994c Background Color

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

This div background color is #b9994c


#b9994c Border Color

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

This div border color is #b9994c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9994c


Comments

No comments written yet.

Please login to write comment.