Color Hex Logo

#b6582a Color Hex

#B6582A
(182,88,42)
0 Favorites   0 Comments

Color spaces of #b6582a

RGB 1828842
HSL0.050.630.44
HSV20°77°71°
CMYK 0.000.520.77   0.29
XYZ23.199017.09174.2668
Yxy17.09170.52070.3836
Hunter Lab41.342127.816022.8203
CIE-Lab48.375434.993843.0595

#b6582a color RGB value is (182,88,42).

#b6582a hex color red value is 182, green value is 88 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b6582a hue: 0.05 , saturation: 0.63 and the lightness value of b6582a is 0.44.

The process color (four color CMYK) of #b6582a color hex is 0.00, 0.52, 0.77, 0.29. Web safe color of #b6582a is #cc6633. Color #b6582a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 00101010
Octal 266 130 52
Decimal 182 88 42
Hex B6 58 2A

RGB Percentages of Color #b6582a

%58.33
%28.21
%13.46

CMYK Percentages of Color #b6582a

%0
%52
%77
%29

Triadic Colors of #b6582a

#b6582a #2ab658 #582ab6

Analogous Colors of #b6582a

#b6582a #b69e2a #b62a42

Monochromatic Colors of #b6582a

#b6582a

Complementary Color

#b6582a #2a88b6

#b6582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6582a Color CSS Codes

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

#b6582a Text Font Color

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

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


#b6582a Background Color

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

This div background color is #b6582a


#b6582a Border Color

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

This div border color is #b6582a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6582a


Comments

No comments written yet.

Please login to write comment.