Color Hex Logo

#b97119 Color Hex

#B97119
(185,113,25)
0 Favorites   0 Comments

Color spaces of #b97119

RGB 18511325
HSL0.090.760.41
HSV33°86°73°
CMYK 0.000.390.86   0.27
XYZ26.088222.19473.8287
Yxy22.19470.50060.4259
Hunter Lab47.111316.401028.1594
CIE-Lab54.233022.213255.5683

#b97119 color RGB value is (185,113,25).

#b97119 hex color red value is 185, green value is 113 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b97119 hue: 0.09 , saturation: 0.76 and the lightness value of b97119 is 0.41.

The process color (four color CMYK) of #b97119 color hex is 0.00, 0.39, 0.86, 0.27. Web safe color of #b97119 is #cc6600. Color #b97119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 00011001
Octal 271 161 31
Decimal 185 113 25
Hex B9 71 19

RGB Percentages of Color #b97119

%57.28
%34.98
%7.74

CMYK Percentages of Color #b97119

%0
%39
%86
%27

Triadic Colors of #b97119

#b97119 #19b971 #7119b9

Analogous Colors of #b97119

#b97119 #b1b919 #b92119

Monochromatic Colors of #b97119

#b97119

Complementary Color

#b97119 #1961b9

#b97119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97119 Color CSS Codes

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

#b97119 Text Font Color

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

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


#b97119 Background Color

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

This div background color is #b97119


#b97119 Border Color

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

This div border color is #b97119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97119


Comments

No comments written yet.

Please login to write comment.