Shades of Beauty Bush #E7B9B0
Tints of Beauty Bush #E7B9B0
RGB
CMYK
RGB Variations
Color information
#E7B9B0 (or 0xE7B9B0) is known color: Beauty Bush. HEX triplet: E7, B9 and B0. RGB value is (231,185,176). Sum of RGB (Red+Green+Blue) = 231+185+176=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B9B0 is #18464F. Grayscale: #C5C5C5. Windows color (decimal): -1590864 or 11581927. OLE color: 11581927.
HSL color Cylindrical-coordinate representation of color #E7B9B0: hue angle of 9.82º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B9B0 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 176 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.09 |
| HSL | 9.82º | 0.53% | 0.8% | - |
| HSV(B) | 9.82º | 0.24% | 0.91% | - |
| XYZ | 58.14 | 54.82 | 48.59 | - |
| YUV | 197.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 176 | 0 | 0.20 | 0.24 | 0.09 | 9.82 | 0.53 | 0.8 |
| Hex | E7 | B9 | B0 | 0 | 14 | 18 | 9 | A | 35 | 50 |
| Octal | 347 | 271 | 260 | 0 | 24 | 30 | 11 | 12 | 65 | 120 |
| Binary | 11100111 | 10111001 | 10110000 | 0 | 10100 | 11000 | 1001 | 1010 | 110101 | 1010000 |
Color Harmonies of #E7B9B0
Complementary color
Monochromatic Colors of #E7B9B0
Black with #E7B9B0
Text Example
Text Example
White with #E7B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9B0; }
p { color: rgb(231,185,176); }
H1.HeaderClassName
{
color: #E7B9B0;
}
.AnyTagClassName
{
color: #E7B9B0;
}
</style>
background-color css
<style>
a { background-color: #E7B9B0; }
a { background-color: rgb(231,185,176); }
div.DivClassName
{
background-color: #E7B9B0;
}
.BgClassName
{
background-color: #E7B9B0;
}
</style>
border-color css
<style>
span { border-color: #E7B9B0; }
span { border-color: rgb(231,185,176); }
td.TdClassName
{
border-color: #E7B9B0;
}
.TagClassName
{
border-color: #E7B9B0;
}
</style>