Color Hex Logo

#b6570a Color Hex

#B6570A
(182,87,10)
0 Favorites   0 Comments

Color spaces of #b6570a

RGB 1828710
HSL0.070.900.38
HSV27°95°71°
CMYK 0.000.520.95   0.29
XYZ22.754416.78342.3274
Yxy16.78340.54350.4009
Hunter Lab40.967527.450225.3090
CIE-Lab47.986034.663354.8154

#b6570a color RGB value is (182,87,10).

#b6570a hex color red value is 182, green value is 87 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b6570a hue: 0.07 , saturation: 0.90 and the lightness value of b6570a is 0.38.

The process color (four color CMYK) of #b6570a color hex is 0.00, 0.52, 0.95, 0.29. Web safe color of #b6570a is #cc6600. Color #b6570a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 00001010
Octal 266 127 12
Decimal 182 87 10
Hex B6 57 A

RGB Percentages of Color #b6570a

%65.23
%31.18
%3.58

CMYK Percentages of Color #b6570a

%0
%52
%95
%29

Triadic Colors of #b6570a

#b6570a #0ab657 #570ab6

Analogous Colors of #b6570a

#b6570a #b6ad0a #b60a13

Monochromatic Colors of #b6570a

#b6570a

Complementary Color

#b6570a #0a69b6

#b6570a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6570a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6570a Color CSS Codes

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

#b6570a Text Font Color

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

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


#b6570a Background Color

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

This div background color is #b6570a


#b6570a Border Color

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

This div border color is #b6570a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6570a


Comments

No comments written yet.

Please login to write comment.