Color Hex Logo

#bb573a Color Hex

#BB573A
(187,87,58)
0 Favorites   0 Comments

Color spaces of #bb573a

RGB 1878758
HSL0.040.530.48
HSV13°69°73°
CMYK 0.000.530.69   0.27
XYZ24.665417.68676.1168
Yxy17.68670.50890.3649
Hunter Lab42.055631.092220.8154
CIE-Lab49.113938.260335.6672

#bb573a color RGB value is (187,87,58).

#bb573a hex color red value is 187, green value is 87 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb573a hue: 0.04 , saturation: 0.53 and the lightness value of bb573a is 0.48.

The process color (four color CMYK) of #bb573a color hex is 0.00, 0.53, 0.69, 0.27. Web safe color of #bb573a is #cc6633. Color #bb573a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010111 00111010
Octal 273 127 72
Decimal 187 87 58
Hex BB 57 3A

RGB Percentages of Color #bb573a

%56.33
%26.20
%17.47

CMYK Percentages of Color #bb573a

%0
%53
%69
%27

Triadic Colors of #bb573a

#bb573a #3abb57 #573abb

Analogous Colors of #bb573a

#bb573a #bb983a #bb3a5d

Monochromatic Colors of #bb573a

#bb573a

Complementary Color

#bb573a #3a9ebb

#bb573a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb573a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb573a Color CSS Codes

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

#bb573a Text Font Color

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

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


#bb573a Background Color

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

This div background color is #bb573a


#bb573a Border Color

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

This div border color is #bb573a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb573a


Comments

No comments written yet.

Please login to write comment.