Color Hex Logo

#bb516f Color Hex

#BB516F
(187,81,111)
0 Favorites   0 Comments

Color spaces of #bb516f

RGB 18781111
HSL0.950.440.53
HSV343°57°73°
CMYK 0.000.570.41   0.27
XYZ26.305217.597417.0491
Yxy17.59740.43160.2887
Hunter Lab41.949338.52115.2677
CIE-Lab49.004145.64994.2781

#bb516f color RGB value is (187,81,111).

#bb516f hex color red value is 187, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb516f hue: 0.95 , saturation: 0.44 and the lightness value of bb516f is 0.53.

The process color (four color CMYK) of #bb516f color hex is 0.00, 0.57, 0.41, 0.27. Web safe color of #bb516f is #cc6666. Color #bb516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 01101111
Octal 273 121 157
Decimal 187 81 111
Hex BB 51 6F

RGB Percentages of Color #bb516f

%49.34
%21.37
%29.29

CMYK Percentages of Color #bb516f

%0
%57
%41
%27

Triadic Colors of #bb516f

#bb516f #6fbb51 #516fbb

Analogous Colors of #bb516f

#bb516f #bb6851 #bb51a4

Monochromatic Colors of #bb516f

#bb516f

Complementary Color

#bb516f #51bb9d

#bb516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb516f Color CSS Codes

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

#bb516f Text Font Color

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

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


#bb516f Background Color

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

This div background color is #bb516f


#bb516f Border Color

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

This div border color is #bb516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb516f


Comments

No comments written yet.

Please login to write comment.