Color Hex Logo

#b97409 Color Hex

#B97409
(185,116,9)
0 Favorites   0 Comments

Color spaces of #b97409

RGB 1851169
HSL0.100.910.38
HSV36°95°73°
CMYK 0.000.370.95   0.27
XYZ26.302322.82483.2778
Yxy22.82480.50190.4355
Hunter Lab47.775314.664929.3749
CIE-Lab54.891420.261660.0103

#b97409 color RGB value is (185,116,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 00001001
Octal 271 164 11
Decimal 185 116 9
Hex B9 74 9

RGB Percentages of Color #b97409

%59.68
%37.42
%2.90

CMYK Percentages of Color #b97409

%0
%37
%95
%27

Triadic Colors of #b97409

#b97409 #09b974 #7409b9

Analogous Colors of #b97409

#b97409 #a6b909 #b91c09

Monochromatic Colors of #b97409

#b97409

Complementary Color

#b97409 #094eb9

#b97409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97409 Color CSS Codes

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

#b97409 Text Font Color

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

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


#b97409 Background Color

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

This div background color is #b97409


#b97409 Border Color

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

This div border color is #b97409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97409


Comments

No comments written yet.

Please login to write comment.