Shades of Beauty Bush #E4BCBA
Tints of Beauty Bush #E4BCBA
RGB
CMYK
RGB Variations
Color information
#E4BCBA (or 0xE4BCBA) is known color: Beauty Bush. HEX triplet: E4, BC and BA. RGB value is (228,188,186). Sum of RGB (Red+Green+Blue) = 228+188+186=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCBA is #1B4345. Grayscale: #C7C7C7. Windows color (decimal): -1786694 or 12238052. OLE color: 12238052.
HSL color Cylindrical-coordinate representation of color #E4BCBA: hue angle of 2.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BCBA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 186 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.11 |
| HSL | 2.86º | 0.44% | 0.81% | - |
| HSV(B) | 2.86º | 0.18% | 0.89% | - |
| XYZ | 58.84 | 56.01 | 54.16 | - |
| YUV | 199.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 186 | 0 | 0.18 | 0.18 | 0.11 | 2.86 | 0.44 | 0.81 |
| Hex | E4 | BC | BA | 0 | 12 | 12 | B | 3 | 2C | 51 |
| Octal | 344 | 274 | 272 | 0 | 22 | 22 | 13 | 3 | 54 | 121 |
| Binary | 11100100 | 10111100 | 10111010 | 0 | 10010 | 10010 | 1011 | 11 | 101100 | 1010001 |
Color Harmonies of #E4BCBA
Complementary color
Monochromatic Colors of #E4BCBA
Black with #E4BCBA
Text Example
Text Example
White with #E4BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCBA; }
p { color: rgb(228,188,186); }
H1.HeaderClassName
{
color: #E4BCBA;
}
.AnyTagClassName
{
color: #E4BCBA;
}
</style>
background-color css
<style>
a { background-color: #E4BCBA; }
a { background-color: rgb(228,188,186); }
div.DivClassName
{
background-color: #E4BCBA;
}
.BgClassName
{
background-color: #E4BCBA;
}
</style>
border-color css
<style>
span { border-color: #E4BCBA; }
span { border-color: rgb(228,188,186); }
td.TdClassName
{
border-color: #E4BCBA;
}
.TagClassName
{
border-color: #E4BCBA;
}
</style>