Shades of Beauty Bush #E5BEBD
Tints of Beauty Bush #E5BEBD
RGB
CMYK
RGB Variations
Color information
#E5BEBD (or 0xE5BEBD) is known color: Beauty Bush. HEX triplet: E5, BE and BD. RGB value is (229,190,189). Sum of RGB (Red+Green+Blue) = 229+190+189=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BEBD is #1A4142. Grayscale: #C9C9C9. Windows color (decimal): -1720643 or 12435173. OLE color: 12435173.
HSL color Cylindrical-coordinate representation of color #E5BEBD: hue angle of 1.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5BEBD is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 189 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 1.5º | 0.43% | 0.82% | - |
| HSV(B) | 1.5º | 0.17% | 0.9% | - |
| XYZ | 59.91 | 57.16 | 56.02 | - |
| YUV | 201.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 189 | 0 | 0.17 | 0.17 | 0.10 | 1.5 | 0.43 | 0.82 |
| Hex | E5 | BE | BD | 0 | 11 | 11 | A | 2 | 2B | 52 |
| Octal | 345 | 276 | 275 | 0 | 21 | 21 | 12 | 2 | 53 | 122 |
| Binary | 11100101 | 10111110 | 10111101 | 0 | 10001 | 10001 | 1010 | 10 | 101011 | 1010010 |
Color Harmonies of #E5BEBD
Complementary color
Monochromatic Colors of #E5BEBD
Black with #E5BEBD
Text Example
Text Example
White with #E5BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BEBD; }
p { color: rgb(229,190,189); }
H1.HeaderClassName
{
color: #E5BEBD;
}
.AnyTagClassName
{
color: #E5BEBD;
}
</style>
background-color css
<style>
a { background-color: #E5BEBD; }
a { background-color: rgb(229,190,189); }
div.DivClassName
{
background-color: #E5BEBD;
}
.BgClassName
{
background-color: #E5BEBD;
}
</style>
border-color css
<style>
span { border-color: #E5BEBD; }
span { border-color: rgb(229,190,189); }
td.TdClassName
{
border-color: #E5BEBD;
}
.TagClassName
{
border-color: #E5BEBD;
}
</style>