Shades of Beauty Bush #E7B0AD
Tints of Beauty Bush #E7B0AD
RGB
CMYK
RGB Variations
Color information
#E7B0AD (or 0xE7B0AD) is known color: Beauty Bush. HEX triplet: E7, B0 and AD. RGB value is (231,176,173). Sum of RGB (Red+Green+Blue) = 231+176+173=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B0AD is #184F52. Grayscale: #C0C0C0. Windows color (decimal): -1593171 or 11383015. OLE color: 11383015.
HSL color Cylindrical-coordinate representation of color #E7B0AD: hue angle of 3.1º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7B0AD is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 173 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.09 |
| HSL | 3.1º | 0.55% | 0.79% | - |
| HSV(B) | 3.1º | 0.25% | 0.91% | - |
| XYZ | 56.02 | 51.06 | 46.44 | - |
| YUV | 192.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 173 | 0 | 0.24 | 0.25 | 0.09 | 3.1 | 0.55 | 0.79 |
| Hex | E7 | B0 | AD | 0 | 18 | 19 | 9 | 3 | 37 | 4F |
| Octal | 347 | 260 | 255 | 0 | 30 | 31 | 11 | 3 | 67 | 117 |
| Binary | 11100111 | 10110000 | 10101101 | 0 | 11000 | 11001 | 1001 | 11 | 110111 | 1001111 |
Color Harmonies of #E7B0AD
Complementary color
Monochromatic Colors of #E7B0AD
Black with #E7B0AD
Text Example
Text Example
White with #E7B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0AD; }
p { color: rgb(231,176,173); }
H1.HeaderClassName
{
color: #E7B0AD;
}
.AnyTagClassName
{
color: #E7B0AD;
}
</style>
background-color css
<style>
a { background-color: #E7B0AD; }
a { background-color: rgb(231,176,173); }
div.DivClassName
{
background-color: #E7B0AD;
}
.BgClassName
{
background-color: #E7B0AD;
}
</style>
border-color css
<style>
span { border-color: #E7B0AD; }
span { border-color: rgb(231,176,173); }
td.TdClassName
{
border-color: #E7B0AD;
}
.TagClassName
{
border-color: #E7B0AD;
}
</style>