Shades of Beauty Bush #E8BCB1
Tints of Beauty Bush #E8BCB1
RGB
CMYK
RGB Variations
Color information
#E8BCB1 (or 0xE8BCB1) is known color: Beauty Bush. HEX triplet: E8, BC and B1. RGB value is (232,188,177). Sum of RGB (Red+Green+Blue) = 232+188+177=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCB1 is #17434E. Grayscale: #C7C7C7. Windows color (decimal): -1524559 or 11648232. OLE color: 11648232.
HSL color Cylindrical-coordinate representation of color #E8BCB1: hue angle of 12º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8BCB1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 177 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.09 |
| HSL | 12º | 0.54% | 0.8% | - |
| HSV(B) | 12º | 0.24% | 0.91% | - |
| XYZ | 59.2 | 56.3 | 49.34 | - |
| YUV | 199.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 177 | 0 | 0.19 | 0.24 | 0.09 | 12 | 0.54 | 0.8 |
| Hex | E8 | BC | B1 | 0 | 13 | 18 | 9 | C | 36 | 50 |
| Octal | 350 | 274 | 261 | 0 | 23 | 30 | 11 | 14 | 66 | 120 |
| Binary | 11101000 | 10111100 | 10110001 | 0 | 10011 | 11000 | 1001 | 1100 | 110110 | 1010000 |
Color Harmonies of #E8BCB1
Complementary color
Monochromatic Colors of #E8BCB1
Black with #E8BCB1
Text Example
Text Example
White with #E8BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCB1; }
p { color: rgb(232,188,177); }
H1.HeaderClassName
{
color: #E8BCB1;
}
.AnyTagClassName
{
color: #E8BCB1;
}
</style>
background-color css
<style>
a { background-color: #E8BCB1; }
a { background-color: rgb(232,188,177); }
div.DivClassName
{
background-color: #E8BCB1;
}
.BgClassName
{
background-color: #E8BCB1;
}
</style>
border-color css
<style>
span { border-color: #E8BCB1; }
span { border-color: rgb(232,188,177); }
td.TdClassName
{
border-color: #E8BCB1;
}
.TagClassName
{
border-color: #E8BCB1;
}
</style>