COLOR #BB516B

HEX: #BB516B
RGB: (187,81,107)

Color info

#BB516B contains mainly red color. Web safe color of #BB516B is #CC6666 (or #C66).

RGB color model

#BB516B color RGB value is (187,81,107).

  • red value is 187;
  • green value is 81;
  • blue value is 107.
RGB:
(187,81,107)
(73%,32%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 81 of 255 = 32%
B 107 of 255 = 42%

187
81
107

R + G + B ~ 49%. #BB516B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 81 + 107 = 375 (100%)
R 187 of 375 ~ 49.87%
G 81 of 375 ~ 21.6%
B 107 of 375 ~ 28.53%

%49.87
%21.6
%28.53

CMYK color model

#BB516B color CMYK value is (0,57,43,27).

  • cyan value is 0.00%
  • magenta value is 56.68%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(0,57,43,27)
C0M57Y43K27 
(0%,57%,43%,27%)
(0.00/0.57/0.43/0.27)	

CMYK percentages

%0
%56.68
%42.78
%26.67

Codes

Color #BB516B in popluar color models

BB516B
RGB18781107
HSL345°43.80%52.55%
HSB/HSV345°56.68%73.33%
CMYK0.00%56.68%42.78%
26.67%

Color #BB516B in popluar number systems.

HEXBB516B
Decimal18781107
Binary1011101110100011101011
Octal273121153

Shades and tints

Shades of #BB516B

#BB516B
(187,81,107)
#AA4A62
(170,74,98)
#994359
(153,67,89)
#883C50
(136,60,80)
#773547
(119,53,71)
#662E3E
(102,46,62)
#552735
(85,39,53)
#44202C
(68,32,44)
#331923
(51,25,35)
#22121A
(34,18,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #BB516B

#BB516B
(187,81,107)
#C16078
(193,96,120)
#C76F85
(199,111,133)
#CD7E92
(205,126,146)
#D38D9F
(211,141,159)
#D99CAC
(217,156,172)
#DFABB9
(223,171,185)
#E5BAC6
(229,186,198)
#EBC9D3
(235,201,211)
#F1D8E0
(241,216,224)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB516B color. Also use rgb(187,81,107) instead hex code.

Text Font Color

.myTextColor { color: #BB516B; }

<p style="color:#BB516B">This sample text font color is #BB516B.</p>

This text font color is #BB516B.


Background Color

.myBgColor { background-color: #BB516B; }

<div style="background-color:#BB516B">Inner text</div>

This div background color is #BB516B.


Border color

.myBorderColor { border: 1px solid #BB516B; }

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

This div border color is #BB516B.


Opacity

.myOpacity80 { color: #BB516B; opacity: 0.8; }

<p style="color:#BB516B;opacity:0.8;">80%</p>

Text with #BB516B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB516B;}

<p style="text-shadow: 3px 3px 1px #BB516B">Text here.</p>

This text has shadow with #BB516B color.

.textShadow {text-shadow: 3px 3px 1px #BB516B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB516B, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB516B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB516B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB516B, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB516B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB516B;
  -webkit-box-shadow:	1px 1px 3px 2px #BB516B;
  box-shadow:		1px 1px 3px 2px #BB516B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB516B;
-webkit-box-shadow: 1px 1px 3px 2px #BB516B;
box-shadow:1px 1px 3px 2px #BB516B;">
Div content here</div>
This div box has shadow with color #BB516B.

Preview

Color preview on black background

This text has color #BB516B on black background.


Color preview on white background

This text has color #BB516B on white background.



Black color preview on #BB516B background

This text has black color on #BB516B background.


White color preview on #BB516B background

This text has white color on #BB516B background.