Shades of Beauty Bush #E6B7B1
Tints of Beauty Bush #E6B7B1
RGB
CMYK
RGB Variations
Color information
#E6B7B1 (or 0xE6B7B1) is known color: Beauty Bush. HEX triplet: E6, B7 and B1. RGB value is (230,183,177). Sum of RGB (Red+Green+Blue) = 230+183+177=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B7B1 is #19484E. Grayscale: #C4C4C4. Windows color (decimal): -1656911 or 11646950. OLE color: 11646950.
HSL color Cylindrical-coordinate representation of color #E6B7B1: hue angle of 6.79º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B7B1 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 177 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.10 |
| HSL | 6.79º | 0.51% | 0.8% | - |
| HSV(B) | 6.79º | 0.23% | 0.9% | - |
| XYZ | 57.5 | 53.86 | 48.96 | - |
| YUV | 196.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 177 | 0 | 0.20 | 0.23 | 0.10 | 6.79 | 0.51 | 0.8 |
| Hex | E6 | B7 | B1 | 0 | 14 | 17 | A | 7 | 33 | 50 |
| Octal | 346 | 267 | 261 | 0 | 24 | 27 | 12 | 7 | 63 | 120 |
| Binary | 11100110 | 10110111 | 10110001 | 0 | 10100 | 10111 | 1010 | 111 | 110011 | 1010000 |
Color Harmonies of #E6B7B1
Complementary color
Monochromatic Colors of #E6B7B1
Black with #E6B7B1
Text Example
Text Example
White with #E6B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B7B1; }
p { color: rgb(230,183,177); }
H1.HeaderClassName
{
color: #E6B7B1;
}
.AnyTagClassName
{
color: #E6B7B1;
}
</style>
background-color css
<style>
a { background-color: #E6B7B1; }
a { background-color: rgb(230,183,177); }
div.DivClassName
{
background-color: #E6B7B1;
}
.BgClassName
{
background-color: #E6B7B1;
}
</style>
border-color css
<style>
span { border-color: #E6B7B1; }
span { border-color: rgb(230,183,177); }
td.TdClassName
{
border-color: #E6B7B1;
}
.TagClassName
{
border-color: #E6B7B1;
}
</style>