Shades of Beauty Bush #E9B7AD
Tints of Beauty Bush #E9B7AD
RGB
CMYK
RGB Variations
Color information
#E9B7AD (or 0xE9B7AD) is known color: Beauty Bush. HEX triplet: E9, B7 and AD. RGB value is (233,183,173). Sum of RGB (Red+Green+Blue) = 233+183+173=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B7AD is #164852. Grayscale: #C4C4C4. Windows color (decimal): -1460307 or 11384809. OLE color: 11384809.
HSL color Cylindrical-coordinate representation of color #E9B7AD: hue angle of 10º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9B7AD is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 173 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.09 |
| HSL | 10º | 0.58% | 0.8% | - |
| HSV(B) | 10º | 0.26% | 0.91% | - |
| XYZ | 58.08 | 54.21 | 46.94 | - |
| YUV | 196.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 173 | 0 | 0.21 | 0.26 | 0.09 | 10 | 0.58 | 0.8 |
| Hex | E9 | B7 | AD | 0 | 15 | 1A | 9 | A | 3A | 50 |
| Octal | 351 | 267 | 255 | 0 | 25 | 32 | 11 | 12 | 72 | 120 |
| Binary | 11101001 | 10110111 | 10101101 | 0 | 10101 | 11010 | 1001 | 1010 | 111010 | 1010000 |
Color Harmonies of #E9B7AD
Complementary color
Monochromatic Colors of #E9B7AD
Black with #E9B7AD
Text Example
Text Example
White with #E9B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7AD; }
p { color: rgb(233,183,173); }
H1.HeaderClassName
{
color: #E9B7AD;
}
.AnyTagClassName
{
color: #E9B7AD;
}
</style>
background-color css
<style>
a { background-color: #E9B7AD; }
a { background-color: rgb(233,183,173); }
div.DivClassName
{
background-color: #E9B7AD;
}
.BgClassName
{
background-color: #E9B7AD;
}
</style>
border-color css
<style>
span { border-color: #E9B7AD; }
span { border-color: rgb(233,183,173); }
td.TdClassName
{
border-color: #E9B7AD;
}
.TagClassName
{
border-color: #E9B7AD;
}
</style>