Shades of Beauty Bush #E9B0AD
Tints of Beauty Bush #E9B0AD
RGB
CMYK
RGB Variations
Color information
#E9B0AD (or 0xE9B0AD) is known color: Beauty Bush. HEX triplet: E9, B0 and AD. RGB value is (233,176,173). Sum of RGB (Red+Green+Blue) = 233+176+173=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B0AD is #164F52. Grayscale: #C0C0C0. Windows color (decimal): -1462099 or 11383017. OLE color: 11383017.
HSL color Cylindrical-coordinate representation of color #E9B0AD: hue angle of 3º 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 #E9B0AD is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 176 | 173 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.09 |
| HSL | 3º | 0.58% | 0.8% | - |
| HSV(B) | 3º | 0.26% | 0.91% | - |
| XYZ | 56.67 | 51.39 | 46.47 | - |
| YUV | 192.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 176 | 173 | 0 | 0.24 | 0.26 | 0.09 | 3 | 0.58 | 0.8 |
| Hex | E9 | B0 | AD | 0 | 18 | 1A | 9 | 3 | 3A | 50 |
| Octal | 351 | 260 | 255 | 0 | 30 | 32 | 11 | 3 | 72 | 120 |
| Binary | 11101001 | 10110000 | 10101101 | 0 | 11000 | 11010 | 1001 | 11 | 111010 | 1010000 |
Color Harmonies of #E9B0AD
Complementary color
Monochromatic Colors of #E9B0AD
Black with #E9B0AD
Text Example
Text Example
White with #E9B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B0AD; }
p { color: rgb(233,176,173); }
H1.HeaderClassName
{
color: #E9B0AD;
}
.AnyTagClassName
{
color: #E9B0AD;
}
</style>
background-color css
<style>
a { background-color: #E9B0AD; }
a { background-color: rgb(233,176,173); }
div.DivClassName
{
background-color: #E9B0AD;
}
.BgClassName
{
background-color: #E9B0AD;
}
</style>
border-color css
<style>
span { border-color: #E9B0AD; }
span { border-color: rgb(233,176,173); }
td.TdClassName
{
border-color: #E9B0AD;
}
.TagClassName
{
border-color: #E9B0AD;
}
</style>