Color Hex Logo

#b96909 Color Hex

#B96909
(185,105,9)
0 Favorites   0 Comments

Color spaces of #b96909

RGB 1851059
HSL0.090.910.38
HSV33°95°73°
CMYK 0.000.430.95   0.27
XYZ25.108520.43722.8798
Yxy20.43720.51850.4220
Hunter Lab45.207520.026727.8684
CIE-Lab52.328026.304958.2181

#b96909 color RGB value is (185,105,9).

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

The process color (four color CMYK) of #b96909 color hex is 0.00, 0.43, 0.95, 0.27. Web safe color of #b96909 is #cc6600. Color #b96909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 00001001
Octal 271 151 11
Decimal 185 105 9
Hex B9 69 9

RGB Percentages of Color #b96909

%61.87
%35.12
%3.01

CMYK Percentages of Color #b96909

%0
%43
%95
%27

Triadic Colors of #b96909

#b96909 #09b969 #6909b9

Analogous Colors of #b96909

#b96909 #b1b909 #b91109

Monochromatic Colors of #b96909

#b96909

Complementary Color

#b96909 #0959b9

#b96909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96909 Color CSS Codes

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

#b96909 Text Font Color

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

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


#b96909 Background Color

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

This div background color is #b96909


#b96909 Border Color

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

This div border color is #b96909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96909


Comments

No comments written yet.

Please login to write comment.