color codes Logo

#b9892c color codes

#B9892C
(185,137,44)
0 Favorites   0 Comments

Color spaces of #b9892c

RGB 18513744
HSL0.110.620.45
HSV40°76°73°
CMYK 0.000.260.76   0.27
XYZ29.407928.38756.3122
Yxy28.38750.45870.4428
Hunter Lab53.27995.283430.2717
CIE-Lab60.23729.569254.0383

#b9892c color RGB value is (185,137,44).

#b9892c hex color red value is 185, green value is 137 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b9892c hue: 0.11 , saturation: 0.62 and the lightness value of b9892c is 0.45.

The process color (four color CMYK) of #b9892c color code is 0.00, 0.26, 0.76, 0.27. Web safe color of #b9892c is #cc9933. Color #b9892c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001001 00101100
Octal 271 211 54
Decimal 185 137 44
Hex B9 89 2C

RGB Percentages of Color #b9892c

%50.55
%37.43
%12.02

CMYK Percentages of Color #b9892c

%0
%26
%76
%27

Triadic Colors of #b9892c

#b9892c #2cb989 #892cb9

Analogous Colors of #b9892c

#b9892c #a3b92c #b9432c

Monochromatic Colors of #b9892c

#b9892c

Complementary Color

#b9892c #2c5cb9

#b9892c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9892c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9892c Color CSS Codes

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

#b9892c Text Font Color

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

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


#b9892c Background Color

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

This div background color is #b9892c


#b9892c Border Color

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

This div border color is #b9892c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,137,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9892c


Comments

No comments written yet.

Please login to write comment.