Shades of Beauty Bush #E4BFBA
Tints of Beauty Bush #E4BFBA
RGB
CMYK
RGB Variations
Color information
#E4BFBA (or 0xE4BFBA) is known color: Beauty Bush. HEX triplet: E4, BF and BA. RGB value is (228,191,186). Sum of RGB (Red+Green+Blue) = 228+191+186=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFBA is #1B4045. Grayscale: #C9C9C9. Windows color (decimal): -1785926 or 12238820. OLE color: 12238820.
HSL color Cylindrical-coordinate representation of color #E4BFBA: hue angle of 7.14º 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 #E4BFBA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 186 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.11 |
| HSL | 7.14º | 0.44% | 0.81% | - |
| HSV(B) | 7.14º | 0.18% | 0.89% | - |
| XYZ | 59.49 | 57.3 | 54.38 | - |
| YUV | 201.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 186 | 0 | 0.16 | 0.18 | 0.11 | 7.14 | 0.44 | 0.81 |
| Hex | E4 | BF | BA | 0 | 10 | 12 | B | 7 | 2C | 51 |
| Octal | 344 | 277 | 272 | 0 | 20 | 22 | 13 | 7 | 54 | 121 |
| Binary | 11100100 | 10111111 | 10111010 | 0 | 10000 | 10010 | 1011 | 111 | 101100 | 1010001 |
Color Harmonies of #E4BFBA
Complementary color
Monochromatic Colors of #E4BFBA
Black with #E4BFBA
Text Example
Text Example
White with #E4BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFBA; }
p { color: rgb(228,191,186); }
H1.HeaderClassName
{
color: #E4BFBA;
}
.AnyTagClassName
{
color: #E4BFBA;
}
</style>
background-color css
<style>
a { background-color: #E4BFBA; }
a { background-color: rgb(228,191,186); }
div.DivClassName
{
background-color: #E4BFBA;
}
.BgClassName
{
background-color: #E4BFBA;
}
</style>
border-color css
<style>
span { border-color: #E4BFBA; }
span { border-color: rgb(228,191,186); }
td.TdClassName
{
border-color: #E4BFBA;
}
.TagClassName
{
border-color: #E4BFBA;
}
</style>