Shades of Beauty Bush #E6BCB7
Tints of Beauty Bush #E6BCB7
RGB
CMYK
RGB Variations
Color information
#E6BCB7 (or 0xE6BCB7) is known color: Beauty Bush. HEX triplet: E6, BC and B7. RGB value is (230,188,183). Sum of RGB (Red+Green+Blue) = 230+188+183=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCB7 is #194348. Grayscale: #C8C8C8. Windows color (decimal): -1655625 or 12041446. OLE color: 12041446.
HSL color Cylindrical-coordinate representation of color #E6BCB7: hue angle of 6.38º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BCB7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 183 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.10 |
| HSL | 6.38º | 0.48% | 0.81% | - |
| HSV(B) | 6.38º | 0.2% | 0.9% | - |
| XYZ | 59.16 | 56.21 | 52.53 | - |
| YUV | 199.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 183 | 0 | 0.18 | 0.20 | 0.10 | 6.38 | 0.48 | 0.81 |
| Hex | E6 | BC | B7 | 0 | 12 | 14 | A | 6 | 30 | 51 |
| Octal | 346 | 274 | 267 | 0 | 22 | 24 | 12 | 6 | 60 | 121 |
| Binary | 11100110 | 10111100 | 10110111 | 0 | 10010 | 10100 | 1010 | 110 | 110000 | 1010001 |
Color Harmonies of #E6BCB7
Complementary color
Monochromatic Colors of #E6BCB7
Black with #E6BCB7
Text Example
Text Example
White with #E6BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCB7; }
p { color: rgb(230,188,183); }
H1.HeaderClassName
{
color: #E6BCB7;
}
.AnyTagClassName
{
color: #E6BCB7;
}
</style>
background-color css
<style>
a { background-color: #E6BCB7; }
a { background-color: rgb(230,188,183); }
div.DivClassName
{
background-color: #E6BCB7;
}
.BgClassName
{
background-color: #E6BCB7;
}
</style>
border-color css
<style>
span { border-color: #E6BCB7; }
span { border-color: rgb(230,188,183); }
td.TdClassName
{
border-color: #E6BCB7;
}
.TagClassName
{
border-color: #E6BCB7;
}
</style>