Shades of Beauty Bush #E5C0BB
Tints of Beauty Bush #E5C0BB
RGB
CMYK
RGB Variations
Color information
#E5C0BB (or 0xE5C0BB) is known color: Beauty Bush. HEX triplet: E5, C0 and BB. RGB value is (229,192,187). Sum of RGB (Red+Green+Blue) = 229+192+187=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C0BB is #1A3F44. Grayscale: #CACACA. Windows color (decimal): -1720133 or 12304613. OLE color: 12304613.
HSL color Cylindrical-coordinate representation of color #E5C0BB: hue angle of 7.14º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C0BB is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 187 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.10 |
| HSL | 7.14º | 0.45% | 0.82% | - |
| HSV(B) | 7.14º | 0.18% | 0.9% | - |
| XYZ | 60.13 | 57.95 | 55.03 | - |
| YUV | 202.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 187 | 0 | 0.16 | 0.18 | 0.10 | 7.14 | 0.45 | 0.82 |
| Hex | E5 | C0 | BB | 0 | 10 | 12 | A | 7 | 2D | 52 |
| Octal | 345 | 300 | 273 | 0 | 20 | 22 | 12 | 7 | 55 | 122 |
| Binary | 11100101 | 11000000 | 10111011 | 0 | 10000 | 10010 | 1010 | 111 | 101101 | 1010010 |
Color Harmonies of #E5C0BB
Complementary color
Monochromatic Colors of #E5C0BB
Black with #E5C0BB
Text Example
Text Example
White with #E5C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0BB; }
p { color: rgb(229,192,187); }
H1.HeaderClassName
{
color: #E5C0BB;
}
.AnyTagClassName
{
color: #E5C0BB;
}
</style>
background-color css
<style>
a { background-color: #E5C0BB; }
a { background-color: rgb(229,192,187); }
div.DivClassName
{
background-color: #E5C0BB;
}
.BgClassName
{
background-color: #E5C0BB;
}
</style>
border-color css
<style>
span { border-color: #E5C0BB; }
span { border-color: rgb(229,192,187); }
td.TdClassName
{
border-color: #E5C0BB;
}
.TagClassName
{
border-color: #E5C0BB;
}
</style>