Shades of Beauty Bush #E7BFB8
Tints of Beauty Bush #E7BFB8
RGB
CMYK
RGB Variations
Color information
#E7BFB8 (or 0xE7BFB8) is known color: Beauty Bush. HEX triplet: E7, BF and B8. RGB value is (231,191,184). Sum of RGB (Red+Green+Blue) = 231+191+184=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFB8 is #184047. Grayscale: #CACACA. Windows color (decimal): -1589320 or 12107751. OLE color: 12107751.
HSL color Cylindrical-coordinate representation of color #E7BFB8: hue angle of 8.94º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7BFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 184 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.09 |
| HSL | 8.94º | 0.49% | 0.81% | - |
| HSV(B) | 8.94º | 0.2% | 0.91% | - |
| XYZ | 60.24 | 57.71 | 53.31 | - |
| YUV | 202.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 184 | 0 | 0.17 | 0.20 | 0.09 | 8.94 | 0.49 | 0.81 |
| Hex | E7 | BF | B8 | 0 | 11 | 14 | 9 | 9 | 31 | 51 |
| Octal | 347 | 277 | 270 | 0 | 21 | 24 | 11 | 11 | 61 | 121 |
| Binary | 11100111 | 10111111 | 10111000 | 0 | 10001 | 10100 | 1001 | 1001 | 110001 | 1010001 |
Color Harmonies of #E7BFB8
Complementary color
Monochromatic Colors of #E7BFB8
Black with #E7BFB8
Text Example
Text Example
White with #E7BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFB8; }
p { color: rgb(231,191,184); }
H1.HeaderClassName
{
color: #E7BFB8;
}
.AnyTagClassName
{
color: #E7BFB8;
}
</style>
background-color css
<style>
a { background-color: #E7BFB8; }
a { background-color: rgb(231,191,184); }
div.DivClassName
{
background-color: #E7BFB8;
}
.BgClassName
{
background-color: #E7BFB8;
}
</style>
border-color css
<style>
span { border-color: #E7BFB8; }
span { border-color: rgb(231,191,184); }
td.TdClassName
{
border-color: #E7BFB8;
}
.TagClassName
{
border-color: #E7BFB8;
}
</style>