Shades of Beauty Bush #E7BCB9
Tints of Beauty Bush #E7BCB9
RGB
CMYK
RGB Variations
Color information
#E7BCB9 (or 0xE7BCB9) is known color: Beauty Bush. HEX triplet: E7, BC and B9. RGB value is (231,188,185). Sum of RGB (Red+Green+Blue) = 231+188+185=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCB9 is #184346. Grayscale: #C8C8C8. Windows color (decimal): -1590087 or 12172519. OLE color: 12172519.
HSL color Cylindrical-coordinate representation of color #E7BCB9: hue angle of 3.91º degrees, saturation: 0.49, 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 #E7BCB9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 185 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.09 |
| HSL | 3.91º | 0.49% | 0.82% | - |
| HSV(B) | 3.91º | 0.2% | 0.91% | - |
| XYZ | 59.7 | 56.46 | 53.65 | - |
| YUV | 200.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 185 | 0 | 0.19 | 0.20 | 0.09 | 3.91 | 0.49 | 0.82 |
| Hex | E7 | BC | B9 | 0 | 13 | 14 | 9 | 4 | 31 | 52 |
| Octal | 347 | 274 | 271 | 0 | 23 | 24 | 11 | 4 | 61 | 122 |
| Binary | 11100111 | 10111100 | 10111001 | 0 | 10011 | 10100 | 1001 | 100 | 110001 | 1010010 |
Color Harmonies of #E7BCB9
Complementary color
Monochromatic Colors of #E7BCB9
Black with #E7BCB9
Text Example
Text Example
White with #E7BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCB9; }
p { color: rgb(231,188,185); }
H1.HeaderClassName
{
color: #E7BCB9;
}
.AnyTagClassName
{
color: #E7BCB9;
}
</style>
background-color css
<style>
a { background-color: #E7BCB9; }
a { background-color: rgb(231,188,185); }
div.DivClassName
{
background-color: #E7BCB9;
}
.BgClassName
{
background-color: #E7BCB9;
}
</style>
border-color css
<style>
span { border-color: #E7BCB9; }
span { border-color: rgb(231,188,185); }
td.TdClassName
{
border-color: #E7BCB9;
}
.TagClassName
{
border-color: #E7BCB9;
}
</style>