Color Hex Logo

#bb565a Color Hex

#BB565A
(187,86,90)
0 Favorites   0 Comments

Color spaces of #bb565a

RGB 1878690
HSL0.990.430.54
HSV358°54°73°
CMYK 0.000.540.52   0.27
XYZ25.666817.958611.7864
Yxy17.95860.46320.3241
Hunter Lab42.377633.951213.1741
CIE-Lab49.445941.088317.5207

#bb565a color RGB value is (187,86,90).

#bb565a hex color red value is 187, green value is 86 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bb565a hue: 0.99 , saturation: 0.43 and the lightness value of bb565a is 0.54.

The process color (four color CMYK) of #bb565a color hex is 0.00, 0.54, 0.52, 0.27. Web safe color of #bb565a is #cc6666. Color #bb565a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 01011010
Octal 273 126 132
Decimal 187 86 90
Hex BB 56 5A

RGB Percentages of Color #bb565a

%51.52
%23.69
%24.79

CMYK Percentages of Color #bb565a

%0
%54
%52
%27

Triadic Colors of #bb565a

#bb565a #5abb56 #565abb

Analogous Colors of #bb565a

#bb565a #bb8556 #bb568d

Monochromatic Colors of #bb565a

#bb565a

Complementary Color

#bb565a #56bbb7

#bb565a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb565a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb565a Color CSS Codes

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

#bb565a Text Font Color

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

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


#bb565a Background Color

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

This div background color is #bb565a


#bb565a Border Color

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

This div border color is #bb565a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb565a


Comments

No comments written yet.

Please login to write comment.