HEX: #BB828D
RGB: (187,130,141)
#BB828D contains red, green and blue colors in about the same proportion. Web safe color of #BB828D is #CC9999 (or #C99).
#BB828D color RGB value is (187,130,141).
RGB: (187,130,141)
(73%, 51%, 55%)
R 187 of 255 = 73%
G 130 of 255 = 51%
B 141 of 255 = 55%
R + G + B ~ 60%. #BB828D is middle color (not dark and not light).
R + G + B = 187 + 130 + 141 = 458 (100%)
R 187 of 458 ~ 40.83%
G 130 of 458 ~ 28.38%
B 141 of 458 ~ 30.79'%
#BB828D color CMYK value is (0,30,25,27).
CMYK: (0,30,25,27)
C0M30Y25K27 (0%, 30%, 25%, 27%)
(0.00 / 0.30 / 0.25 / 0.27)
Color #BB828D in popluar color models
BB | 82 | 8D | |
---|---|---|---|
RGB | 187 | 130 | 141 |
HSL | 348° | 29.53% | 62.16% |
HSB/HSV | 348° | 30.48% | 73.33% |
CMYK | 0.00% | 30.48% | 24.60% |
26.67% |
Color #BB828D in popluar number systems.
HEX | BB | 82 | 8D |
Decimal | 187 | 130 | 141 |
Binary | 10111011 | 10000010 | 10001101 |
Octal | 273 | 202 | 215 |
Shades of #BB828D
Tints of #BB828D
Examples of css and html codes for elements with #BB828D color. Also use rgb(187,130,141) instead hex code.
.myTextColor { color: #BB828D; }
<p style="color:#BB828D">This sample text font color is #BB828D.</p>
This text font color is #BB828D.
.myBgColor { background-color: #BB828D; }
<div style="background-color:#BB828D">Inner text</div>
This div background color is #BB828D.
.myBorderColor { border: 1px solid #BB828D; }
<div style="border:3px solid #BB828D">Div</div>
This div border color is #BB828D.
.myOpacity80 { color: #BB828D; opacity: 0.8; }
<p style="color:#BB828D;opacity:0.8;">80%</p>
Text with #BB828D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB828D;}
<p style="text-shadow: 3px 3px 1px #BB828D">Text here.</p>
This text has shadow with #BB828D color.
.textShadow {text-shadow: 3px 3px 1px #BB828D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB828D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB828D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB828D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB828D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB828D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB828D;
-webkit-box-shadow: 1px 1px 3px 2px #BB828D;
box-shadow: 1px 1px 3px 2px #BB828D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB828D; -webkit-box-shadow: 1px 1px 3px 2px #BB828D; box-shadow:1px 1px 3px 2px #BB828D;">
Div content here
</div>
This text has color #BB828D on black background.
This text has color #BB828D on white background.
This text has black color on #BB828D background.
This text has white color on #BB828D background.
Complementary color for #hex is #447D72.