Shades of Beauty Bush #E7BCB7
Tints of Beauty Bush #E7BCB7
RGB
CMYK
RGB Variations
Color information
#E7BCB7 (or 0xE7BCB7) is known color: Beauty Bush. HEX triplet: E7, BC and B7. RGB value is (231,188,183). Sum of RGB (Red+Green+Blue) = 231+188+183=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCB7 is #184348. Grayscale: #C8C8C8. Windows color (decimal): -1590089 or 12041447. OLE color: 12041447.
HSL color Cylindrical-coordinate representation of color #E7BCB7: hue angle of 6.25º degrees, saturation: 0.5, 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 #E7BCB7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 183 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.09 |
| HSL | 6.25º | 0.5% | 0.81% | - |
| HSV(B) | 6.25º | 0.21% | 0.91% | - |
| XYZ | 59.49 | 56.37 | 52.55 | - |
| YUV | 200.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 183 | 0 | 0.19 | 0.21 | 0.09 | 6.25 | 0.5 | 0.81 |
| Hex | E7 | BC | B7 | 0 | 13 | 15 | 9 | 6 | 32 | 51 |
| Octal | 347 | 274 | 267 | 0 | 23 | 25 | 11 | 6 | 62 | 121 |
| Binary | 11100111 | 10111100 | 10110111 | 0 | 10011 | 10101 | 1001 | 110 | 110010 | 1010001 |
Color Harmonies of #E7BCB7
Complementary color
Monochromatic Colors of #E7BCB7
Black with #E7BCB7
Text Example
Text Example
White with #E7BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCB7; }
p { color: rgb(231,188,183); }
H1.HeaderClassName
{
color: #E7BCB7;
}
.AnyTagClassName
{
color: #E7BCB7;
}
</style>
background-color css
<style>
a { background-color: #E7BCB7; }
a { background-color: rgb(231,188,183); }
div.DivClassName
{
background-color: #E7BCB7;
}
.BgClassName
{
background-color: #E7BCB7;
}
</style>
border-color css
<style>
span { border-color: #E7BCB7; }
span { border-color: rgb(231,188,183); }
td.TdClassName
{
border-color: #E7BCB7;
}
.TagClassName
{
border-color: #E7BCB7;
}
</style>