Color Hex Logo

#bb564e Color Hex

#BB564E
(187,86,78)
0 Favorites   0 Comments

Color spaces of #bb564e

RGB 1878678
HSL0.010.440.52
HSV58°73°
CMYK 0.000.540.58   0.27
XYZ25.196517.77049.3098
Yxy17.77040.48200.3399
Hunter Lab42.155032.920316.4144
CIE-Lab49.216440.091024.3325

#bb564e color RGB value is (187,86,78).

#bb564e hex color red value is 187, green value is 86 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bb564e hue: 0.01 , saturation: 0.44 and the lightness value of bb564e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 01001110
Octal 273 126 116
Decimal 187 86 78
Hex BB 56 4E

RGB Percentages of Color #bb564e

%53.28
%24.50
%22.22

CMYK Percentages of Color #bb564e

%0
%54
%58
%27

Triadic Colors of #bb564e

#bb564e #4ebb56 #564ebb

Analogous Colors of #bb564e

#bb564e #bb8d4e #bb4e7d

Monochromatic Colors of #bb564e

#bb564e

Complementary Color

#bb564e #4eb3bb

#bb564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb564e Color CSS Codes

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

#bb564e Text Font Color

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

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


#bb564e Background Color

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

This div background color is #bb564e


#bb564e Border Color

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

This div border color is #bb564e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb564e


Comments

No comments written yet.

Please login to write comment.