Shades of Beauty Bush #E5C1BB
Tints of Beauty Bush #E5C1BB
RGB
CMYK
RGB Variations
Color information
#E5C1BB (or 0xE5C1BB) is known color: Beauty Bush. HEX triplet: E5, C1 and BB. RGB value is (229,193,187). Sum of RGB (Red+Green+Blue) = 229+193+187=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C1BB is #1A3E44. Grayscale: #CBCBCB. Windows color (decimal): -1719877 or 12304869. OLE color: 12304869.
HSL color Cylindrical-coordinate representation of color #E5C1BB: hue angle of 8.57º 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 #E5C1BB is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 187 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.10 |
| HSL | 8.57º | 0.45% | 0.82% | - |
| HSV(B) | 8.57º | 0.18% | 0.9% | - |
| XYZ | 60.35 | 58.39 | 55.1 | - |
| YUV | 203.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 187 | 0 | 0.16 | 0.18 | 0.10 | 8.57 | 0.45 | 0.82 |
| Hex | E5 | C1 | BB | 0 | 10 | 12 | A | 9 | 2D | 52 |
| Octal | 345 | 301 | 273 | 0 | 20 | 22 | 12 | 11 | 55 | 122 |
| Binary | 11100101 | 11000001 | 10111011 | 0 | 10000 | 10010 | 1010 | 1001 | 101101 | 1010010 |
Color Harmonies of #E5C1BB
Complementary color
Monochromatic Colors of #E5C1BB
Black with #E5C1BB
Text Example
Text Example
White with #E5C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C1BB; }
p { color: rgb(229,193,187); }
H1.HeaderClassName
{
color: #E5C1BB;
}
.AnyTagClassName
{
color: #E5C1BB;
}
</style>
background-color css
<style>
a { background-color: #E5C1BB; }
a { background-color: rgb(229,193,187); }
div.DivClassName
{
background-color: #E5C1BB;
}
.BgClassName
{
background-color: #E5C1BB;
}
</style>
border-color css
<style>
span { border-color: #E5C1BB; }
span { border-color: rgb(229,193,187); }
td.TdClassName
{
border-color: #E5C1BB;
}
.TagClassName
{
border-color: #E5C1BB;
}
</style>