Color Hex Logo

#b97307 Color Hex

#B97307
(185,115,7)
0 Favorites   0 Comments

Color spaces of #b97307

RGB 1851157
HSL0.100.930.38
HSV36°96°73°
CMYK 0.000.380.96   0.27
XYZ26.176722.59113.1819
Yxy22.59110.50390.4349
Hunter Lab47.530115.129329.3019
CIE-Lab54.648620.788660.2045

#b97307 color RGB value is (185,115,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110011 00000111
Octal 271 163 7
Decimal 185 115 7
Hex B9 73 7

RGB Percentages of Color #b97307

%60.26
%37.46
%2.28

CMYK Percentages of Color #b97307

%0
%38
%96
%27

Triadic Colors of #b97307

#b97307 #07b973 #7307b9

Analogous Colors of #b97307

#b97307 #a6b907 #b91a07

Monochromatic Colors of #b97307

#b97307

Complementary Color

#b97307 #074db9

#b97307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97307 Color CSS Codes

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

#b97307 Text Font Color

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

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


#b97307 Background Color

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

This div background color is #b97307


#b97307 Border Color

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

This div border color is #b97307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97307


Comments

No comments written yet.

Please login to write comment.