Color Hex Logo

#bb562a Color Hex

#BB562A
(187,86,42)
0 Favorites   0 Comments

Color spaces of #bb562a

RGB 1878642
HSL0.050.630.45
HSV18°78°73°
CMYK 0.000.540.78   0.27
XYZ24.239217.38754.2691
Yxy17.38750.52810.3788
Hunter Lab41.698330.789823.1187
CIE-Lab48.744638.004343.6840

#bb562a color RGB value is (187,86,42).

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

The process color (four color CMYK) of #bb562a color hex is 0.00, 0.54, 0.78, 0.27. Web safe color of #bb562a is #cc6633. Color #bb562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 00101010
Octal 273 126 52
Decimal 187 86 42
Hex BB 56 2A

RGB Percentages of Color #bb562a

%59.37
%27.30
%13.33

CMYK Percentages of Color #bb562a

%0
%54
%78
%27

Triadic Colors of #bb562a

#bb562a #2abb56 #562abb

Analogous Colors of #bb562a

#bb562a #bb9f2a #bb2a47

Monochromatic Colors of #bb562a

#bb562a

Complementary Color

#bb562a #2a8fbb

#bb562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb562a Color CSS Codes

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

#bb562a Text Font Color

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

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


#bb562a Background Color

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

This div background color is #bb562a


#bb562a Border Color

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

This div border color is #bb562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb562a


Comments

No comments written yet.

Please login to write comment.