Shades of Beauty Bush #E6BAB7
Tints of Beauty Bush #E6BAB7
RGB
CMYK
RGB Variations
Color information
#E6BAB7 (or 0xE6BAB7) is known color: Beauty Bush. HEX triplet: E6, BA and B7. RGB value is (230,186,183). Sum of RGB (Red+Green+Blue) = 230+186+183=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAB7 is #194548. Grayscale: #C6C6C6. Windows color (decimal): -1656137 or 12040934. OLE color: 12040934.
HSL color Cylindrical-coordinate representation of color #E6BAB7: hue angle of 3.83º 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 #E6BAB7 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 183 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.10 |
| HSL | 3.83º | 0.48% | 0.81% | - |
| HSV(B) | 3.83º | 0.2% | 0.9% | - |
| XYZ | 58.74 | 55.36 | 52.39 | - |
| YUV | 198.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 183 | 0 | 0.19 | 0.20 | 0.10 | 3.83 | 0.48 | 0.81 |
| Hex | E6 | BA | B7 | 0 | 13 | 14 | A | 4 | 30 | 51 |
| Octal | 346 | 272 | 267 | 0 | 23 | 24 | 12 | 4 | 60 | 121 |
| Binary | 11100110 | 10111010 | 10110111 | 0 | 10011 | 10100 | 1010 | 100 | 110000 | 1010001 |
Color Harmonies of #E6BAB7
Complementary color
Monochromatic Colors of #E6BAB7
Black with #E6BAB7
Text Example
Text Example
White with #E6BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAB7; }
p { color: rgb(230,186,183); }
H1.HeaderClassName
{
color: #E6BAB7;
}
.AnyTagClassName
{
color: #E6BAB7;
}
</style>
background-color css
<style>
a { background-color: #E6BAB7; }
a { background-color: rgb(230,186,183); }
div.DivClassName
{
background-color: #E6BAB7;
}
.BgClassName
{
background-color: #E6BAB7;
}
</style>
border-color css
<style>
span { border-color: #E6BAB7; }
span { border-color: rgb(230,186,183); }
td.TdClassName
{
border-color: #E6BAB7;
}
.TagClassName
{
border-color: #E6BAB7;
}
</style>