Shades of Beauty Bush #E5BCB7
Tints of Beauty Bush #E5BCB7
RGB
CMYK
RGB Variations
Color information
#E5BCB7 (or 0xE5BCB7) is known color: Beauty Bush. HEX triplet: E5, BC and B7. RGB value is (229,188,183). Sum of RGB (Red+Green+Blue) = 229+188+183=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCB7 is #1A4348. Grayscale: #C7C7C7. Windows color (decimal): -1721161 or 12041445. OLE color: 12041445.
HSL color Cylindrical-coordinate representation of color #E5BCB7: hue angle of 6.52º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5BCB7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 183 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.10 |
| HSL | 6.52º | 0.47% | 0.81% | - |
| HSV(B) | 6.52º | 0.2% | 0.9% | - |
| XYZ | 58.84 | 56.04 | 52.52 | - |
| YUV | 199.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 183 | 0 | 0.18 | 0.20 | 0.10 | 6.52 | 0.47 | 0.81 |
| Hex | E5 | BC | B7 | 0 | 12 | 14 | A | 7 | 2F | 51 |
| Octal | 345 | 274 | 267 | 0 | 22 | 24 | 12 | 7 | 57 | 121 |
| Binary | 11100101 | 10111100 | 10110111 | 0 | 10010 | 10100 | 1010 | 111 | 101111 | 1010001 |
Color Harmonies of #E5BCB7
Complementary color
Monochromatic Colors of #E5BCB7
Black with #E5BCB7
Text Example
Text Example
White with #E5BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCB7; }
p { color: rgb(229,188,183); }
H1.HeaderClassName
{
color: #E5BCB7;
}
.AnyTagClassName
{
color: #E5BCB7;
}
</style>
background-color css
<style>
a { background-color: #E5BCB7; }
a { background-color: rgb(229,188,183); }
div.DivClassName
{
background-color: #E5BCB7;
}
.BgClassName
{
background-color: #E5BCB7;
}
</style>
border-color css
<style>
span { border-color: #E5BCB7; }
span { border-color: rgb(229,188,183); }
td.TdClassName
{
border-color: #E5BCB7;
}
.TagClassName
{
border-color: #E5BCB7;
}
</style>