COLOR #BB817E

HEX: #BB817E RGB: (187,129,126)

Color info

#BB817E contains mainly red and green colors. Web safe color of #BB817E is #CC9966 (or #C96).

RGB color model

#BB817E color RGB value is (187,129,126).

RGB: (187,129,126) (73%, 51%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 126 of 255 = 49%

187
129
126

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

Portions of RGB colors in percentages

R + G + B = 187 + 129 + 126 = 442 (100%)
R 187 of 442 ~ 42.31%
G 129 of 442 ~ 29.19%
B 126 of 442 ~ 28.51'%

%42.31
%29.19
%28.51

CMYK color model

#BB817E color CMYK value is (0,31,33,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 32.62%
  • key color value is 26.67%

CMYK: (0,31,33,27)
C0M31Y33K27 (0%, 31%, 33%, 27%)
(0.00 / 0.31 / 0.33 / 0.27)

CMYK percentages

%0
%31.02
%32.62
%26.67

Codes

Color #BB817E in popluar color models

BB 81 7E
RGB 187 129 126
HSL 30.96% 61.37%
HSB/HSV 32.62% 73.33%
CMYK 0.00% 31.02% 32.62%
26.67%

Color #BB817E in popluar number systems.

HEX BB 81 7E
Decimal 187 129 126
Binary 10111011 10000001 1111110
Octal 273 201 176

Shades and tints

Shades of #BB817E

#BB817E
(187,129,126)
#AA7673
(170,118,115)
#996B68
(153,107,104)
#88605D
(136,96,93)
#775552
(119,85,82)
#664A47
(102,74,71)
#553F3C
(85,63,60)
#443431
(68,52,49)
#332926
(51,41,38)
#221E1B
(34,30,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #BB817E

#BB817E
(187,129,126)
#C18C89
(193,140,137)
#C79794
(199,151,148)
#CDA29F
(205,162,159)
#D3ADAA
(211,173,170)
#D9B8B5
(217,184,181)
#DFC3C0
(223,195,192)
#E5CECB
(229,206,203)
#EBD9D6
(235,217,214)
#F1E4E1
(241,228,225)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB817E color. Also use rgb(187,129,126) instead hex code.

Text Font Color

.myTextColor { color: #BB817E; }

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

This text font color is #BB817E.

Background Color

.myBgColor { background-color: #BB817E; }

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

This div background color is #BB817E.

Border color

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

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

This div border color is #BB817E.

Opacity

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

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

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

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

This text has shadow with #BB817E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB817E.

Preview

Color preview on black background

This text has color #BB817E on black background.


Color preview on white background

This text has color #BB817E on white background.


Black color preview on #BB817E background

This text has black color on #BB817E background.


White color preview on #BB817E background

This text has white color on #BB817E background.


Related colors

Complementary color

Complementary color for #hex is #447E81.


I love getcolorcode.com

Triadic colors

1 #7EBB81 and #817EBB with #BB817E are triadic colors.

2 #7E81BB and #81BB7E with #BB817E are triadic colors.