color codes Logo

#b96d0a color codes

#B96D0A
(185,109,10)
0 Favorites   0 Comments

Color spaces of #b96d0a

RGB 18510910
HSL0.090.900.38
HSV34°95°73°
CMYK 0.000.410.95   0.27
XYZ25.531021.27353.0477
Yxy21.27350.51210.4267
Hunter Lab46.123218.091128.3685
CIE-Lab53.247524.130758.6673

#b96d0a color RGB value is (185,109,10).

#b96d0a hex color red value is 185, green value is 109 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b96d0a hue: 0.09 , saturation: 0.90 and the lightness value of b96d0a is 0.38.

The process color (four color CMYK) of #b96d0a color code is 0.00, 0.41, 0.95, 0.27. Web safe color of #b96d0a is #cc6600. Color #b96d0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 00001010
Octal 271 155 12
Decimal 185 109 10
Hex B9 6D A

RGB Percentages of Color #b96d0a

%60.86
%35.86
%3.29

CMYK Percentages of Color #b96d0a

%0
%41
%95
%27

Triadic Colors of #b96d0a

#b96d0a #0ab96d #6d0ab9

Analogous Colors of #b96d0a

#b96d0a #aeb90a #b9160a

Monochromatic Colors of #b96d0a

#b96d0a

Complementary Color

#b96d0a #0a56b9

#b96d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96d0a Color CSS Codes

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

#b96d0a Text Font Color

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

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


#b96d0a Background Color

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

This div background color is #b96d0a


#b96d0a Border Color

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

This div border color is #b96d0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96d0a


Comments

No comments written yet.

Please login to write comment.