Shades of Beauty Bush #E7BDB3
Tints of Beauty Bush #E7BDB3
RGB
CMYK
RGB Variations
Color information
#E7BDB3 (or 0xE7BDB3) is known color: Beauty Bush. HEX triplet: E7, BD and B3. RGB value is (231,189,179). Sum of RGB (Red+Green+Blue) = 231+189+179=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDB3 is #18424C. Grayscale: #C8C8C8. Windows color (decimal): -1589837 or 11779559. OLE color: 11779559.
HSL color Cylindrical-coordinate representation of color #E7BDB3: hue angle of 11.54º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BDB3 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 179 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.09 |
| HSL | 11.54º | 0.52% | 0.8% | - |
| HSV(B) | 11.54º | 0.23% | 0.91% | - |
| XYZ | 59.29 | 56.64 | 50.46 | - |
| YUV | 200.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 179 | 0 | 0.18 | 0.23 | 0.09 | 11.54 | 0.52 | 0.8 |
| Hex | E7 | BD | B3 | 0 | 12 | 17 | 9 | C | 34 | 50 |
| Octal | 347 | 275 | 263 | 0 | 22 | 27 | 11 | 14 | 64 | 120 |
| Binary | 11100111 | 10111101 | 10110011 | 0 | 10010 | 10111 | 1001 | 1100 | 110100 | 1010000 |
Color Harmonies of #E7BDB3
Complementary color
Monochromatic Colors of #E7BDB3
Black with #E7BDB3
Text Example
Text Example
White with #E7BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDB3; }
p { color: rgb(231,189,179); }
H1.HeaderClassName
{
color: #E7BDB3;
}
.AnyTagClassName
{
color: #E7BDB3;
}
</style>
background-color css
<style>
a { background-color: #E7BDB3; }
a { background-color: rgb(231,189,179); }
div.DivClassName
{
background-color: #E7BDB3;
}
.BgClassName
{
background-color: #E7BDB3;
}
</style>
border-color css
<style>
span { border-color: #E7BDB3; }
span { border-color: rgb(231,189,179); }
td.TdClassName
{
border-color: #E7BDB3;
}
.TagClassName
{
border-color: #E7BDB3;
}
</style>