Shades of Beauty Bush #E1BEBD
Tints of Beauty Bush #E1BEBD
RGB
CMYK
RGB Variations
Color information
#E1BEBD (or 0xE1BEBD) is known color: Beauty Bush. HEX triplet: E1, BE and BD. RGB value is (225,190,189). Sum of RGB (Red+Green+Blue) = 225+190+189=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEBD is #1E4142. Grayscale: #C8C8C8. Windows color (decimal): -1982787 or 12435169. OLE color: 12435169.
HSL color Cylindrical-coordinate representation of color #E1BEBD: hue angle of 1.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BEBD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 189 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 1.67º | 0.38% | 0.81% | - |
| HSV(B) | 1.67º | 0.16% | 0.88% | - |
| XYZ | 58.65 | 56.51 | 55.96 | - |
| YUV | 200.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 189 | 0 | 0.16 | 0.16 | 0.12 | 1.67 | 0.38 | 0.81 |
| Hex | E1 | BE | BD | 0 | 10 | 10 | C | 2 | 26 | 51 |
| Octal | 341 | 276 | 275 | 0 | 20 | 20 | 14 | 2 | 46 | 121 |
| Binary | 11100001 | 10111110 | 10111101 | 0 | 10000 | 10000 | 1100 | 10 | 100110 | 1010001 |
Color Harmonies of #E1BEBD
Complementary color
Monochromatic Colors of #E1BEBD
Black with #E1BEBD
Text Example
Text Example
White with #E1BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEBD; }
p { color: rgb(225,190,189); }
H1.HeaderClassName
{
color: #E1BEBD;
}
.AnyTagClassName
{
color: #E1BEBD;
}
</style>
background-color css
<style>
a { background-color: #E1BEBD; }
a { background-color: rgb(225,190,189); }
div.DivClassName
{
background-color: #E1BEBD;
}
.BgClassName
{
background-color: #E1BEBD;
}
</style>
border-color css
<style>
span { border-color: #E1BEBD; }
span { border-color: rgb(225,190,189); }
td.TdClassName
{
border-color: #E1BEBD;
}
.TagClassName
{
border-color: #E1BEBD;
}
</style>