Color Hex Logo

#b96506 Color Hex

#B96506
(185,101,6)
0 Favorites   0 Comments

Color spaces of #b96506

RGB 1851016
HSL0.090.940.37
HSV32°97°73°
CMYK 0.000.450.97   0.27
XYZ24.694119.63482.6607
Yxy19.63480.52550.4179
Hunter Lab44.311221.931427.4577
CIE-Lab51.421828.436158.2069

#b96506 color RGB value is (185,101,6).

#b96506 hex color red value is 185, green value is 101 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b96506 hue: 0.09 , saturation: 0.94 and the lightness value of b96506 is 0.37.

The process color (four color CMYK) of #b96506 color hex is 0.00, 0.45, 0.97, 0.27. Web safe color of #b96506 is #cc6600. Color #b96506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 00000110
Octal 271 145 6
Decimal 185 101 6
Hex B9 65 6

RGB Percentages of Color #b96506

%63.36
%34.59
%2.05

CMYK Percentages of Color #b96506

%0
%45
%97
%27

Triadic Colors of #b96506

#b96506 #06b965 #6506b9

Analogous Colors of #b96506

#b96506 #b4b906 #b90b06

Monochromatic Colors of #b96506

#b96506

Complementary Color

#b96506 #065ab9

#b96506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96506 Color CSS Codes

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

#b96506 Text Font Color

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

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


#b96506 Background Color

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

This div background color is #b96506


#b96506 Border Color

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

This div border color is #b96506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96506


Comments

No comments written yet.

Please login to write comment.