Color Hex Logo

#b97611 Color Hex

#B97611
(185,118,17)
0 Favorites   0 Comments

Color spaces of #b97611

RGB 18511817
HSL0.100.830.40
HSV36°91°73°
CMYK 0.000.360.91   0.27
XYZ26.587223.31163.6286
Yxy23.31160.49670.4355
Hunter Lab48.282113.799829.3416
CIE-Lab55.391919.276758.7284

#b97611 color RGB value is (185,118,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 00010001
Octal 271 166 21
Decimal 185 118 17
Hex B9 76 11

RGB Percentages of Color #b97611

%57.81
%36.88
%5.31

CMYK Percentages of Color #b97611

%0
%36
%91
%27

Triadic Colors of #b97611

#b97611 #11b976 #7611b9

Analogous Colors of #b97611

#b97611 #a8b911 #b92211

Monochromatic Colors of #b97611

#b97611

Complementary Color

#b97611 #1154b9

#b97611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97611 Color CSS Codes

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

#b97611 Text Font Color

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

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


#b97611 Background Color

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

This div background color is #b97611


#b97611 Border Color

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

This div border color is #b97611


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,118,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 #b97611">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97611


Comments

No comments written yet.

Please login to write comment.