Color Hex Logo

#b97508 Color Hex

#B97508
(185,117,8)
0 Favorites   0 Comments

Color spaces of #b97508

RGB 1851178
HSL0.100.920.38
HSV37°96°73°
CMYK 0.000.370.96   0.27
XYZ26.412723.05443.2876
Yxy23.05440.50070.4370
Hunter Lab48.015014.165329.5509
CIE-Lab55.128319.695660.3568

#b97508 color RGB value is (185,117,8).

#b97508 hex color red value is 185, green value is 117 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b97508 hue: 0.10 , saturation: 0.92 and the lightness value of b97508 is 0.38.

The process color (four color CMYK) of #b97508 color hex is 0.00, 0.37, 0.96, 0.27. Web safe color of #b97508 is #cc6600. Color #b97508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110101 00001000
Octal 271 165 10
Decimal 185 117 8
Hex B9 75 8

RGB Percentages of Color #b97508

%59.68
%37.74
%2.58

CMYK Percentages of Color #b97508

%0
%37
%96
%27

Triadic Colors of #b97508

#b97508 #08b975 #7508b9

Analogous Colors of #b97508

#b97508 #a5b908 #b91c08

Monochromatic Colors of #b97508

#b97508

Complementary Color

#b97508 #084cb9

#b97508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97508 Color CSS Codes

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

#b97508 Text Font Color

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

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


#b97508 Background Color

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

This div background color is #b97508


#b97508 Border Color

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

This div border color is #b97508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97508


Comments

No comments written yet.

Please login to write comment.