Shades of Beauty Bush #E5BDBA
Tints of Beauty Bush #E5BDBA
RGB
CMYK
RGB Variations
Color information
#E5BDBA (or 0xE5BDBA) is known color: Beauty Bush. HEX triplet: E5, BD and BA. RGB value is (229,189,186). Sum of RGB (Red+Green+Blue) = 229+189+186=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BDBA is #1A4245. Grayscale: #C8C8C8. Windows color (decimal): -1720902 or 12238309. OLE color: 12238309.
HSL color Cylindrical-coordinate representation of color #E5BDBA: hue angle of 4.19º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BDBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 189 | 186 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.10 |
| HSL | 4.19º | 0.45% | 0.81% | - |
| HSV(B) | 4.19º | 0.19% | 0.9% | - |
| XYZ | 59.37 | 56.6 | 54.25 | - |
| YUV | 200.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 186 | 0 | 0.17 | 0.19 | 0.10 | 4.19 | 0.45 | 0.81 |
| Hex | E5 | BD | BA | 0 | 11 | 13 | A | 4 | 2D | 51 |
| Octal | 345 | 275 | 272 | 0 | 21 | 23 | 12 | 4 | 55 | 121 |
| Binary | 11100101 | 10111101 | 10111010 | 0 | 10001 | 10011 | 1010 | 100 | 101101 | 1010001 |
Color Harmonies of #E5BDBA
Complementary color
Monochromatic Colors of #E5BDBA
Black with #E5BDBA
Text Example
Text Example
White with #E5BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDBA; }
p { color: rgb(229,189,186); }
H1.HeaderClassName
{
color: #E5BDBA;
}
.AnyTagClassName
{
color: #E5BDBA;
}
</style>
background-color css
<style>
a { background-color: #E5BDBA; }
a { background-color: rgb(229,189,186); }
div.DivClassName
{
background-color: #E5BDBA;
}
.BgClassName
{
background-color: #E5BDBA;
}
</style>
border-color css
<style>
span { border-color: #E5BDBA; }
span { border-color: rgb(229,189,186); }
td.TdClassName
{
border-color: #E5BDBA;
}
.TagClassName
{
border-color: #E5BDBA;
}
</style>