Color Hex Logo

#b97519 Color Hex

#B97519
(185,117,25)
0 Favorites   0 Comments

Color spaces of #b97519

RGB 18511725
HSL0.100.760.41
HSV35°86°73°
CMYK 0.000.370.86   0.27
XYZ26.544323.10713.9808
Yxy23.10710.49490.4308
Hunter Lab48.069814.446028.7389
CIE-Lab55.182520.003256.3490

#b97519 color RGB value is (185,117,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110101 00011001
Octal 271 165 31
Decimal 185 117 25
Hex B9 75 19

RGB Percentages of Color #b97519

%56.57
%35.78
%7.65

CMYK Percentages of Color #b97519

%0
%37
%86
%27

Triadic Colors of #b97519

#b97519 #19b975 #7519b9

Analogous Colors of #b97519

#b97519 #adb919 #b92519

Monochromatic Colors of #b97519

#b97519

Complementary Color

#b97519 #195db9

#b97519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97519 Color CSS Codes

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

#b97519 Text Font Color

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

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


#b97519 Background Color

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

This div background color is #b97519


#b97519 Border Color

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

This div border color is #b97519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97519


Comments

No comments written yet.

Please login to write comment.