Color Hex Logo

#b9570f Color Hex

#B9570F
(185,87,15)
0 Favorites   0 Comments

Color spaces of #b9570f

RGB 1858715
HSL0.070.850.39
HSV25°92°73°
CMYK 0.000.530.92   0.27
XYZ23.502017.16522.5265
Yxy17.16520.54410.3974
Hunter Lab41.430928.751425.3861
CIE-Lab48.467535.951154.1060

#b9570f color RGB value is (185,87,15).

#b9570f hex color red value is 185, green value is 87 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b9570f hue: 0.07 , saturation: 0.85 and the lightness value of b9570f is 0.39.

The process color (four color CMYK) of #b9570f color hex is 0.00, 0.53, 0.92, 0.27. Web safe color of #b9570f is #cc6600. Color #b9570f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 00001111
Octal 271 127 17
Decimal 185 87 15
Hex B9 57 F

RGB Percentages of Color #b9570f

%64.46
%30.31
%5.23

CMYK Percentages of Color #b9570f

%0
%53
%92
%27

Triadic Colors of #b9570f

#b9570f #0fb957 #570fb9

Analogous Colors of #b9570f

#b9570f #b9ac0f #b90f1c

Monochromatic Colors of #b9570f

#b9570f

Complementary Color

#b9570f #0f71b9

#b9570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9570f Color CSS Codes

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

#b9570f Text Font Color

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

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


#b9570f Background Color

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

This div background color is #b9570f


#b9570f Border Color

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

This div border color is #b9570f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9570f


Comments

No comments written yet.

Please login to write comment.