Shades of Beauty Bush #E8BCB9
Tints of Beauty Bush #E8BCB9
RGB
CMYK
RGB Variations
Color information
#E8BCB9 (or 0xE8BCB9) is known color: Beauty Bush. HEX triplet: E8, BC and B9. RGB value is (232,188,185). Sum of RGB (Red+Green+Blue) = 232+188+185=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BCB9 is #174346. Grayscale: #C8C8C8. Windows color (decimal): -1524551 or 12172520. OLE color: 12172520.
HSL color Cylindrical-coordinate representation of color #E8BCB9: hue angle of 3.83º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BCB9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 185 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.09 |
| HSL | 3.83º | 0.51% | 0.82% | - |
| HSV(B) | 3.83º | 0.2% | 0.91% | - |
| XYZ | 60.02 | 56.63 | 53.67 | - |
| YUV | 200.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 185 | 0 | 0.19 | 0.20 | 0.09 | 3.83 | 0.51 | 0.82 |
| Hex | E8 | BC | B9 | 0 | 13 | 14 | 9 | 4 | 33 | 52 |
| Octal | 350 | 274 | 271 | 0 | 23 | 24 | 11 | 4 | 63 | 122 |
| Binary | 11101000 | 10111100 | 10111001 | 0 | 10011 | 10100 | 1001 | 100 | 110011 | 1010010 |
Color Harmonies of #E8BCB9
Complementary color
Monochromatic Colors of #E8BCB9
Black with #E8BCB9
Text Example
Text Example
White with #E8BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCB9; }
p { color: rgb(232,188,185); }
H1.HeaderClassName
{
color: #E8BCB9;
}
.AnyTagClassName
{
color: #E8BCB9;
}
</style>
background-color css
<style>
a { background-color: #E8BCB9; }
a { background-color: rgb(232,188,185); }
div.DivClassName
{
background-color: #E8BCB9;
}
.BgClassName
{
background-color: #E8BCB9;
}
</style>
border-color css
<style>
span { border-color: #E8BCB9; }
span { border-color: rgb(232,188,185); }
td.TdClassName
{
border-color: #E8BCB9;
}
.TagClassName
{
border-color: #E8BCB9;
}
</style>