COLOR #BB8493

HEX: #BB8493 RGB: (187,132,147)

Color info

#BB8493 contains red, green and blue colors in about the same proportion. Web safe color of #BB8493 is #CC9999 (or #C99).

RGB color model

#BB8493 color RGB value is (187,132,147).

RGB: (187,132,147) (73%, 52%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 132 of 255 = 52%
B 147 of 255 = 58%

187
132
147

R + G + B ~ 61%. #BB8493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 132 + 147 = 466 (100%)
R 187 of 466 ~ 40.13%
G 132 of 466 ~ 28.33%
B 147 of 466 ~ 31.55'%

%40.13
%28.33
%31.55

CMYK color model

#BB8493 color CMYK value is (0,29,21,27).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 21.39%
  • key color value is 26.67%
CMYK: (0,29,21,27) C0M29Y21K27 (0%,29%,21%,27%) (0.00/0.29/0.21/0.27) 

CMYK percentages

%0
%29.41
%21.39
%26.67

Codes

Color #BB8493 in popluar color models

BB 84 93
RGB 187 132 147
HSL 344° 28.80% 62.55%
HSB/HSV 344° 29.41% 73.33%
CMYK 0.00% 29.41% 21.39%
26.67%

Color #BB8493 in popluar number systems.

HEX BB 84 93
Decimal 187 132 147
Binary 10111011 10000100 10010011
Octal 273 204 223

Shades and tints

Shades of #BB8493

#BB8493
(187,132,147)
#AA7886
(170,120,134)
#996C79
(153,108,121)
#88606C
(136,96,108)
#77545F
(119,84,95)
#664852
(102,72,82)
#553C45
(85,60,69)
#443038
(68,48,56)
#33242B
(51,36,43)
#22181E
(34,24,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #BB8493

#BB8493
(187,132,147)
#C18F9C
(193,143,156)
#C79AA5
(199,154,165)
#CDA5AE
(205,165,174)
#D3B0B7
(211,176,183)
#D9BBC0
(217,187,192)
#DFC6C9
(223,198,201)
#E5D1D2
(229,209,210)
#EBDCDB
(235,220,219)
#F1E7E4
(241,231,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8493 color. Also use rgb(187,132,147) instead hex code.

Text Font Color

.myTextColor { color: #BB8493; }

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

This text font color is #BB8493.

Background Color

.myBgColor { background-color: #BB8493; }

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

This div background color is #BB8493.

Border color

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

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

This div border color is #BB8493.

Opacity

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

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

Text with #BB8493 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 #BB8493;}

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

This text has shadow with #BB8493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8493.

Preview

Color preview on black background

This text has color #BB8493 on black background.


Color preview on white background

This text has color #BB8493 on white background.


Black color preview on #BB8493 background

This text has black color on #BB8493 background.


White color preview on #BB8493 background

This text has white color on #BB8493 background.


Related colors

Complementary color

Complementary color for #hex is #447B6C.


I love getcolorcode.com

Triadic colors

1 #93BB84 and #8493BB with #BB8493 are triadic colors.

2 #9384BB and #84BB93 with #BB8493 are triadic colors.