Shades of Beauty Bush #E6BBB5
Tints of Beauty Bush #E6BBB5
RGB
CMYK
RGB Variations
Color information
#E6BBB5 (or 0xE6BBB5) is known color: Beauty Bush. HEX triplet: E6, BB and B5. RGB value is (230,187,181). Sum of RGB (Red+Green+Blue) = 230+187+181=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBB5 is #19444A. Grayscale: #C7C7C7. Windows color (decimal): -1655883 or 11910118. OLE color: 11910118.
HSL color Cylindrical-coordinate representation of color #E6BBB5: hue angle of 7.35º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BBB5 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 181 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.10 |
| HSL | 7.35º | 0.49% | 0.81% | - |
| HSV(B) | 7.35º | 0.21% | 0.9% | - |
| XYZ | 58.74 | 55.7 | 51.37 | - |
| YUV | 199.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 181 | 0 | 0.19 | 0.21 | 0.10 | 7.35 | 0.49 | 0.81 |
| Hex | E6 | BB | B5 | 0 | 13 | 15 | A | 7 | 31 | 51 |
| Octal | 346 | 273 | 265 | 0 | 23 | 25 | 12 | 7 | 61 | 121 |
| Binary | 11100110 | 10111011 | 10110101 | 0 | 10011 | 10101 | 1010 | 111 | 110001 | 1010001 |
Color Harmonies of #E6BBB5
Complementary color
Monochromatic Colors of #E6BBB5
Black with #E6BBB5
Text Example
Text Example
White with #E6BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBB5; }
p { color: rgb(230,187,181); }
H1.HeaderClassName
{
color: #E6BBB5;
}
.AnyTagClassName
{
color: #E6BBB5;
}
</style>
background-color css
<style>
a { background-color: #E6BBB5; }
a { background-color: rgb(230,187,181); }
div.DivClassName
{
background-color: #E6BBB5;
}
.BgClassName
{
background-color: #E6BBB5;
}
</style>
border-color css
<style>
span { border-color: #E6BBB5; }
span { border-color: rgb(230,187,181); }
td.TdClassName
{
border-color: #E6BBB5;
}
.TagClassName
{
border-color: #E6BBB5;
}
</style>