HEX: #BB788B
RGB: (187,120,139)
#BB788B contains mainly red and blue colors. Web safe color of #BB788B is #CC6699 (or #C69).
#BB788B color RGB value is (187,120,139).
RGB: (187,120,139)
(73%, 47%, 55%)
R 187 of 255 = 73%
G 120 of 255 = 47%
B 139 of 255 = 55%
R + G + B ~ 58%. #BB788B is middle color (not dark and not light).
R + G + B = 187 + 120 + 139 = 446 (100%)
R 187 of 446 ~ 41.93%
G 120 of 446 ~ 26.91%
B 139 of 446 ~ 31.17'%
#BB788B color CMYK value is (0,36,26,27).
CMYK: (0,36,26,27)
C0M36Y26K27 (0%, 36%, 26%, 27%)
(0.00 / 0.36 / 0.26 / 0.27)
Color #BB788B in popluar color models
BB | 78 | 8B | |
---|---|---|---|
RGB | 187 | 120 | 139 |
HSL | 343° | 33.00% | 60.20% |
HSB/HSV | 343° | 35.83% | 73.33% |
CMYK | 0.00% | 35.83% | 25.67% |
26.67% |
Color #BB788B in popluar number systems.
HEX | BB | 78 | 8B |
Decimal | 187 | 120 | 139 |
Binary | 10111011 | 1111000 | 10001011 |
Octal | 273 | 170 | 213 |
Shades of #BB788B
Tints of #BB788B
Examples of css and html codes for elements with #BB788B color. Also use rgb(187,120,139) instead hex code.
.myTextColor { color: #BB788B; }
<p style="color:#BB788B">This sample text font color is #BB788B.</p>
This text font color is #BB788B.
.myBgColor { background-color: #BB788B; }
<div style="background-color:#BB788B">Inner text</div>
This div background color is #BB788B.
.myBorderColor { border: 1px solid #BB788B; }
<div style="border:3px solid #BB788B">Div</div>
This div border color is #BB788B.
.myOpacity80 { color: #BB788B; opacity: 0.8; }
<p style="color:#BB788B;opacity:0.8;">80%</p>
Text with #BB788B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB788B;}
<p style="text-shadow: 3px 3px 1px #BB788B">Text here.</p>
This text has shadow with #BB788B color.
.textShadow {text-shadow: 3px 3px 1px #BB788B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB788B, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB788B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB788B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB788B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB788B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB788B;
-webkit-box-shadow: 1px 1px 3px 2px #BB788B;
box-shadow: 1px 1px 3px 2px #BB788B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB788B; -webkit-box-shadow: 1px 1px 3px 2px #BB788B; box-shadow:1px 1px 3px 2px #BB788B;">
Div content here
</div>
This text has color #BB788B on black background.
This text has color #BB788B on white background.
This text has black color on #BB788B background.
This text has white color on #BB788B background.
Complementary color for #hex is #448774.