Color Hex Logo

#b96011 Color Hex

#B96011
(185,96,17)
0 Favorites   0 Comments

Color spaces of #b96011

RGB 1859617
HSL0.080.830.40
HSV28°91°73°
CMYK 0.000.480.91   0.27
XYZ24.291618.72052.8634
Yxy18.72050.52950.4081
Hunter Lab43.267224.498126.3633
CIE-Lab50.358631.275954.9360

#b96011 color RGB value is (185,96,17).

#b96011 hex color red value is 185, green value is 96 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b96011 hue: 0.08 , saturation: 0.83 and the lightness value of b96011 is 0.40.

The process color (four color CMYK) of #b96011 color hex is 0.00, 0.48, 0.91, 0.27. Web safe color of #b96011 is #cc6600. Color #b96011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100000 00010001
Octal 271 140 21
Decimal 185 96 17
Hex B9 60 11

RGB Percentages of Color #b96011

%62.08
%32.21
%5.70

CMYK Percentages of Color #b96011

%0
%48
%91
%27

Triadic Colors of #b96011

#b96011 #11b960 #6011b9

Analogous Colors of #b96011

#b96011 #b9b411 #b91116

Monochromatic Colors of #b96011

#b96011

Complementary Color

#b96011 #116ab9

#b96011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96011 Color CSS Codes

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

#b96011 Text Font Color

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

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


#b96011 Background Color

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

This div background color is #b96011


#b96011 Border Color

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

This div border color is #b96011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96011


Comments

No comments written yet.

Please login to write comment.