Shades of Beauty Bush #E9BAB7
Tints of Beauty Bush #E9BAB7
RGB
CMYK
RGB Variations
Color information
#E9BAB7 (or 0xE9BAB7) is known color: Beauty Bush. HEX triplet: E9, BA and B7. RGB value is (233,186,183). Sum of RGB (Red+Green+Blue) = 233+186+183=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAB7 is #164548. Grayscale: #C7C7C7. Windows color (decimal): -1459529 or 12040937. OLE color: 12040937.
HSL color Cylindrical-coordinate representation of color #E9BAB7: hue angle of 3.6º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9BAB7 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 183 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.09 |
| HSL | 3.6º | 0.53% | 0.82% | - |
| HSV(B) | 3.6º | 0.21% | 0.91% | - |
| XYZ | 59.71 | 55.86 | 52.43 | - |
| YUV | 199.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 183 | 0 | 0.20 | 0.21 | 0.09 | 3.6 | 0.53 | 0.82 |
| Hex | E9 | BA | B7 | 0 | 14 | 15 | 9 | 4 | 35 | 52 |
| Octal | 351 | 272 | 267 | 0 | 24 | 25 | 11 | 4 | 65 | 122 |
| Binary | 11101001 | 10111010 | 10110111 | 0 | 10100 | 10101 | 1001 | 100 | 110101 | 1010010 |
Color Harmonies of #E9BAB7
Complementary color
Monochromatic Colors of #E9BAB7
Black with #E9BAB7
Text Example
Text Example
White with #E9BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAB7; }
p { color: rgb(233,186,183); }
H1.HeaderClassName
{
color: #E9BAB7;
}
.AnyTagClassName
{
color: #E9BAB7;
}
</style>
background-color css
<style>
a { background-color: #E9BAB7; }
a { background-color: rgb(233,186,183); }
div.DivClassName
{
background-color: #E9BAB7;
}
.BgClassName
{
background-color: #E9BAB7;
}
</style>
border-color css
<style>
span { border-color: #E9BAB7; }
span { border-color: rgb(233,186,183); }
td.TdClassName
{
border-color: #E9BAB7;
}
.TagClassName
{
border-color: #E9BAB7;
}
</style>