Shades of Beauty Bush #E7BFBD
Tints of Beauty Bush #E7BFBD
RGB
CMYK
RGB Variations
Color information
#E7BFBD (or 0xE7BFBD) is known color: Beauty Bush. HEX triplet: E7, BF and BD. RGB value is (231,191,189). Sum of RGB (Red+Green+Blue) = 231+191+189=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFBD is #184042. Grayscale: #CACACA. Windows color (decimal): -1589315 or 12435431. OLE color: 12435431.
HSL color Cylindrical-coordinate representation of color #E7BFBD: hue angle of 2.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BFBD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 189 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.09 |
| HSL | 2.86º | 0.47% | 0.82% | - |
| HSV(B) | 2.86º | 0.18% | 0.91% | - |
| XYZ | 60.77 | 57.92 | 56.12 | - |
| YUV | 202.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 189 | 0 | 0.17 | 0.18 | 0.09 | 2.86 | 0.47 | 0.82 |
| Hex | E7 | BF | BD | 0 | 11 | 12 | 9 | 3 | 2F | 52 |
| Octal | 347 | 277 | 275 | 0 | 21 | 22 | 11 | 3 | 57 | 122 |
| Binary | 11100111 | 10111111 | 10111101 | 0 | 10001 | 10010 | 1001 | 11 | 101111 | 1010010 |
Color Harmonies of #E7BFBD
Complementary color
Monochromatic Colors of #E7BFBD
Black with #E7BFBD
Text Example
Text Example
White with #E7BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BFBD; }
p { color: rgb(231,191,189); }
H1.HeaderClassName
{
color: #E7BFBD;
}
.AnyTagClassName
{
color: #E7BFBD;
}
</style>
background-color css
<style>
a { background-color: #E7BFBD; }
a { background-color: rgb(231,191,189); }
div.DivClassName
{
background-color: #E7BFBD;
}
.BgClassName
{
background-color: #E7BFBD;
}
</style>
border-color css
<style>
span { border-color: #E7BFBD; }
span { border-color: rgb(231,191,189); }
td.TdClassName
{
border-color: #E7BFBD;
}
.TagClassName
{
border-color: #E7BFBD;
}
</style>