Shades of Beauty Bush #E6BBB6
Tints of Beauty Bush #E6BBB6
RGB
CMYK
RGB Variations
Color information
#E6BBB6 (or 0xE6BBB6) is known color: Beauty Bush. HEX triplet: E6, BB and B6. RGB value is (230,187,182). Sum of RGB (Red+Green+Blue) = 230+187+182=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBB6 is #194449. Grayscale: #C7C7C7. Windows color (decimal): -1655882 or 11975654. OLE color: 11975654.
HSL color Cylindrical-coordinate representation of color #E6BBB6: hue angle of 6.25º 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 #E6BBB6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 182 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.10 |
| HSL | 6.25º | 0.49% | 0.81% | - |
| HSV(B) | 6.25º | 0.21% | 0.9% | - |
| XYZ | 58.85 | 55.74 | 51.91 | - |
| YUV | 199.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 182 | 0 | 0.19 | 0.21 | 0.10 | 6.25 | 0.49 | 0.81 |
| Hex | E6 | BB | B6 | 0 | 13 | 15 | A | 6 | 31 | 51 |
| Octal | 346 | 273 | 266 | 0 | 23 | 25 | 12 | 6 | 61 | 121 |
| Binary | 11100110 | 10111011 | 10110110 | 0 | 10011 | 10101 | 1010 | 110 | 110001 | 1010001 |
Color Harmonies of #E6BBB6
Complementary color
Monochromatic Colors of #E6BBB6
Black with #E6BBB6
Text Example
Text Example
White with #E6BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBB6; }
p { color: rgb(230,187,182); }
H1.HeaderClassName
{
color: #E6BBB6;
}
.AnyTagClassName
{
color: #E6BBB6;
}
</style>
background-color css
<style>
a { background-color: #E6BBB6; }
a { background-color: rgb(230,187,182); }
div.DivClassName
{
background-color: #E6BBB6;
}
.BgClassName
{
background-color: #E6BBB6;
}
</style>
border-color css
<style>
span { border-color: #E6BBB6; }
span { border-color: rgb(230,187,182); }
td.TdClassName
{
border-color: #E6BBB6;
}
.TagClassName
{
border-color: #E6BBB6;
}
</style>