Shades of Beauty Bush #E7BCB6
Tints of Beauty Bush #E7BCB6
RGB
CMYK
RGB Variations
Color information
#E7BCB6 (or 0xE7BCB6) is known color: Beauty Bush. HEX triplet: E7, BC and B6. RGB value is (231,188,182). Sum of RGB (Red+Green+Blue) = 231+188+182=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCB6 is #184349. Grayscale: #C8C8C8. Windows color (decimal): -1590090 or 11975911. OLE color: 11975911.
HSL color Cylindrical-coordinate representation of color #E7BCB6: hue angle of 7.35º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7BCB6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 182 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.09 |
| HSL | 7.35º | 0.51% | 0.81% | - |
| HSV(B) | 7.35º | 0.21% | 0.91% | - |
| XYZ | 59.38 | 56.33 | 52 | - |
| YUV | 200.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 182 | 0 | 0.19 | 0.21 | 0.09 | 7.35 | 0.51 | 0.81 |
| Hex | E7 | BC | B6 | 0 | 13 | 15 | 9 | 7 | 33 | 51 |
| Octal | 347 | 274 | 266 | 0 | 23 | 25 | 11 | 7 | 63 | 121 |
| Binary | 11100111 | 10111100 | 10110110 | 0 | 10011 | 10101 | 1001 | 111 | 110011 | 1010001 |
Color Harmonies of #E7BCB6
Complementary color
Monochromatic Colors of #E7BCB6
Black with #E7BCB6
Text Example
Text Example
White with #E7BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCB6; }
p { color: rgb(231,188,182); }
H1.HeaderClassName
{
color: #E7BCB6;
}
.AnyTagClassName
{
color: #E7BCB6;
}
</style>
background-color css
<style>
a { background-color: #E7BCB6; }
a { background-color: rgb(231,188,182); }
div.DivClassName
{
background-color: #E7BCB6;
}
.BgClassName
{
background-color: #E7BCB6;
}
</style>
border-color css
<style>
span { border-color: #E7BCB6; }
span { border-color: rgb(231,188,182); }
td.TdClassName
{
border-color: #E7BCB6;
}
.TagClassName
{
border-color: #E7BCB6;
}
</style>