Shades of Beauty Bush #E5BFB8
Tints of Beauty Bush #E5BFB8
RGB
CMYK
RGB Variations
Color information
#E5BFB8 (or 0xE5BFB8) is known color: Beauty Bush. HEX triplet: E5, BF and B8. RGB value is (229,191,184). Sum of RGB (Red+Green+Blue) = 229+191+184=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BFB8 is #1A4047. Grayscale: #C9C9C9. Windows color (decimal): -1720392 or 12107749. OLE color: 12107749.
HSL color Cylindrical-coordinate representation of color #E5BFB8: hue angle of 9.33º degrees, saturation: 0.46, 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 #E5BFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 184 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.10 |
| HSL | 9.33º | 0.46% | 0.81% | - |
| HSV(B) | 9.33º | 0.2% | 0.9% | - |
| XYZ | 59.6 | 57.38 | 53.28 | - |
| YUV | 201.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 184 | 0 | 0.17 | 0.20 | 0.10 | 9.33 | 0.46 | 0.81 |
| Hex | E5 | BF | B8 | 0 | 11 | 14 | A | 9 | 2E | 51 |
| Octal | 345 | 277 | 270 | 0 | 21 | 24 | 12 | 11 | 56 | 121 |
| Binary | 11100101 | 10111111 | 10111000 | 0 | 10001 | 10100 | 1010 | 1001 | 101110 | 1010001 |
Color Harmonies of #E5BFB8
Complementary color
Monochromatic Colors of #E5BFB8
Black with #E5BFB8
Text Example
Text Example
White with #E5BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BFB8; }
p { color: rgb(229,191,184); }
H1.HeaderClassName
{
color: #E5BFB8;
}
.AnyTagClassName
{
color: #E5BFB8;
}
</style>
background-color css
<style>
a { background-color: #E5BFB8; }
a { background-color: rgb(229,191,184); }
div.DivClassName
{
background-color: #E5BFB8;
}
.BgClassName
{
background-color: #E5BFB8;
}
</style>
border-color css
<style>
span { border-color: #E5BFB8; }
span { border-color: rgb(229,191,184); }
td.TdClassName
{
border-color: #E5BFB8;
}
.TagClassName
{
border-color: #E5BFB8;
}
</style>