Shades of Beauty Bush #E8BDB6
Tints of Beauty Bush #E8BDB6
RGB
CMYK
RGB Variations
Color information
#E8BDB6 (or 0xE8BDB6) is known color: Beauty Bush. HEX triplet: E8, BD and B6. RGB value is (232,189,182). Sum of RGB (Red+Green+Blue) = 232+189+182=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDB6 is #174249. Grayscale: #C9C9C9. Windows color (decimal): -1524298 or 11976168. OLE color: 11976168.
HSL color Cylindrical-coordinate representation of color #E8BDB6: hue angle of 8.4º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8BDB6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 182 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.09 |
| HSL | 8.4º | 0.52% | 0.81% | - |
| HSV(B) | 8.4º | 0.22% | 0.91% | - |
| XYZ | 59.92 | 56.93 | 52.09 | - |
| YUV | 201.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 182 | 0 | 0.19 | 0.22 | 0.09 | 8.4 | 0.52 | 0.81 |
| Hex | E8 | BD | B6 | 0 | 13 | 16 | 9 | 8 | 34 | 51 |
| Octal | 350 | 275 | 266 | 0 | 23 | 26 | 11 | 10 | 64 | 121 |
| Binary | 11101000 | 10111101 | 10110110 | 0 | 10011 | 10110 | 1001 | 1000 | 110100 | 1010001 |
Color Harmonies of #E8BDB6
Complementary color
Monochromatic Colors of #E8BDB6
Black with #E8BDB6
Text Example
Text Example
White with #E8BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDB6; }
p { color: rgb(232,189,182); }
H1.HeaderClassName
{
color: #E8BDB6;
}
.AnyTagClassName
{
color: #E8BDB6;
}
</style>
background-color css
<style>
a { background-color: #E8BDB6; }
a { background-color: rgb(232,189,182); }
div.DivClassName
{
background-color: #E8BDB6;
}
.BgClassName
{
background-color: #E8BDB6;
}
</style>
border-color css
<style>
span { border-color: #E8BDB6; }
span { border-color: rgb(232,189,182); }
td.TdClassName
{
border-color: #E8BDB6;
}
.TagClassName
{
border-color: #E8BDB6;
}
</style>