Shades of Beauty Bush #E5BCB8
Tints of Beauty Bush #E5BCB8
RGB
CMYK
RGB Variations
Color information
#E5BCB8 (or 0xE5BCB8) is known color: Beauty Bush. HEX triplet: E5, BC and B8. RGB value is (229,188,184). Sum of RGB (Red+Green+Blue) = 229+188+184=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCB8 is #1A4347. Grayscale: #C7C7C7. Windows color (decimal): -1721160 or 12106981. OLE color: 12106981.
HSL color Cylindrical-coordinate representation of color #E5BCB8: hue angle of 5.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BCB8 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 184 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.10 |
| HSL | 5.33º | 0.46% | 0.81% | - |
| HSV(B) | 5.33º | 0.2% | 0.9% | - |
| XYZ | 58.95 | 56.09 | 53.07 | - |
| YUV | 199.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 184 | 0 | 0.18 | 0.20 | 0.10 | 5.33 | 0.46 | 0.81 |
| Hex | E5 | BC | B8 | 0 | 12 | 14 | A | 5 | 2E | 51 |
| Octal | 345 | 274 | 270 | 0 | 22 | 24 | 12 | 5 | 56 | 121 |
| Binary | 11100101 | 10111100 | 10111000 | 0 | 10010 | 10100 | 1010 | 101 | 101110 | 1010001 |
Color Harmonies of #E5BCB8
Complementary color
Monochromatic Colors of #E5BCB8
Black with #E5BCB8
Text Example
Text Example
White with #E5BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCB8; }
p { color: rgb(229,188,184); }
H1.HeaderClassName
{
color: #E5BCB8;
}
.AnyTagClassName
{
color: #E5BCB8;
}
</style>
background-color css
<style>
a { background-color: #E5BCB8; }
a { background-color: rgb(229,188,184); }
div.DivClassName
{
background-color: #E5BCB8;
}
.BgClassName
{
background-color: #E5BCB8;
}
</style>
border-color css
<style>
span { border-color: #E5BCB8; }
span { border-color: rgb(229,188,184); }
td.TdClassName
{
border-color: #E5BCB8;
}
.TagClassName
{
border-color: #E5BCB8;
}
</style>