Shades of Beauty Bush #E5C1BC
Tints of Beauty Bush #E5C1BC
RGB
CMYK
RGB Variations
Color information
#E5C1BC (or 0xE5C1BC) is known color: Beauty Bush. HEX triplet: E5, C1 and BC. RGB value is (229,193,188). Sum of RGB (Red+Green+Blue) = 229+193+188=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C1BC is #1A3E43. Grayscale: #CBCBCB. Windows color (decimal): -1719876 or 12370405. OLE color: 12370405.
HSL color Cylindrical-coordinate representation of color #E5C1BC: hue angle of 7.32º degrees, saturation: 0.44, 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 #E5C1BC is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 188 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.10 |
| HSL | 7.32º | 0.44% | 0.82% | - |
| HSV(B) | 7.32º | 0.18% | 0.9% | - |
| XYZ | 60.46 | 58.43 | 55.67 | - |
| YUV | 203.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 188 | 0 | 0.16 | 0.18 | 0.10 | 7.32 | 0.44 | 0.82 |
| Hex | E5 | C1 | BC | 0 | 10 | 12 | A | 7 | 2C | 52 |
| Octal | 345 | 301 | 274 | 0 | 20 | 22 | 12 | 7 | 54 | 122 |
| Binary | 11100101 | 11000001 | 10111100 | 0 | 10000 | 10010 | 1010 | 111 | 101100 | 1010010 |
Color Harmonies of #E5C1BC
Complementary color
Monochromatic Colors of #E5C1BC
Black with #E5C1BC
Text Example
Text Example
White with #E5C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C1BC; }
p { color: rgb(229,193,188); }
H1.HeaderClassName
{
color: #E5C1BC;
}
.AnyTagClassName
{
color: #E5C1BC;
}
</style>
background-color css
<style>
a { background-color: #E5C1BC; }
a { background-color: rgb(229,193,188); }
div.DivClassName
{
background-color: #E5C1BC;
}
.BgClassName
{
background-color: #E5C1BC;
}
</style>
border-color css
<style>
span { border-color: #E5C1BC; }
span { border-color: rgb(229,193,188); }
td.TdClassName
{
border-color: #E5C1BC;
}
.TagClassName
{
border-color: #E5C1BC;
}
</style>