Color Hex Logo

#b0562a Color Hex

#B0562A
(176,86,42)
0 Favorites   0 Comments

Color spaces of #b0562a

RGB 1768642
HSL0.050.610.43
HSV20°76°69°
CMYK 0.000.510.76   0.31
XYZ21.650216.05294.1479
Yxy16.05290.51730.3836
Hunter Lab40.066126.339121.9082
CIE-Lab47.043833.618741.4007

#b0562a color RGB value is (176,86,42).

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

The process color (four color CMYK) of #b0562a color hex is 0.00, 0.51, 0.76, 0.31. Web safe color of #b0562a is #996633. Color #b0562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010110 00101010
Octal 260 126 52
Decimal 176 86 42
Hex B0 56 2A

RGB Percentages of Color #b0562a

%57.89
%28.29
%13.82

CMYK Percentages of Color #b0562a

%0
%51
%76
%31

Triadic Colors of #b0562a

#b0562a #2ab056 #562ab0

Analogous Colors of #b0562a

#b0562a #b0992a #b02a41

Monochromatic Colors of #b0562a

#b0562a

Complementary Color

#b0562a #2a84b0

#b0562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0562a Color CSS Codes

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

#b0562a Text Font Color

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

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


#b0562a Background Color

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

This div background color is #b0562a


#b0562a Border Color

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

This div border color is #b0562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0562a


Comments

No comments written yet.

Please login to write comment.