Color Hex Logo

#b5562a Color Hex

#B5562A
(181,86,42)
0 Favorites   0 Comments

Color spaces of #b5562a

RGB 1818642
HSL0.050.620.44
HSV19°77°71°
CMYK 0.000.520.77   0.29
XYZ22.801816.64654.2018
Yxy16.64650.52240.3814
Hunter Lab40.800128.357422.4541
CIE-Lab47.811535.630642.4341

#b5562a color RGB value is (181,86,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010110 00101010
Octal 265 126 52
Decimal 181 86 42
Hex B5 56 2A

RGB Percentages of Color #b5562a

%58.58
%27.83
%13.59

CMYK Percentages of Color #b5562a

%0
%52
%77
%29

Triadic Colors of #b5562a

#b5562a #2ab556 #562ab5

Analogous Colors of #b5562a

#b5562a #b59c2a #b52a43

Monochromatic Colors of #b5562a

#b5562a

Complementary Color

#b5562a #2a89b5

#b5562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5562a Color CSS Codes

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

#b5562a Text Font Color

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

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


#b5562a Background Color

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

This div background color is #b5562a


#b5562a Border Color

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

This div border color is #b5562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5562a


Comments

No comments written yet.

Please login to write comment.