Shades of Beauty Bush #E6BAB8
Tints of Beauty Bush #E6BAB8
RGB
CMYK
RGB Variations
Color information
#E6BAB8 (or 0xE6BAB8) is known color: Beauty Bush. HEX triplet: E6, BA and B8. RGB value is (230,186,184). Sum of RGB (Red+Green+Blue) = 230+186+184=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAB8 is #194547. Grayscale: #C6C6C6. Windows color (decimal): -1656136 or 12106470. OLE color: 12106470.
HSL color Cylindrical-coordinate representation of color #E6BAB8: hue angle of 2.61º 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 #E6BAB8 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 184 | - |
| CMYK | 0 | 0.19 | 0.2 | 0.10 |
| HSL | 2.61º | 0.48% | 0.81% | - |
| HSV(B) | 2.61º | 0.2% | 0.9% | - |
| XYZ | 58.84 | 55.4 | 52.94 | - |
| YUV | 198.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 184 | 0 | 0.19 | 0.2 | 0.10 | 2.61 | 0.48 | 0.81 |
| Hex | E6 | BA | B8 | 0 | 13 | 14 | A | 3 | 30 | 51 |
| Octal | 346 | 272 | 270 | 0 | 23 | 24 | 12 | 3 | 60 | 121 |
| Binary | 11100110 | 10111010 | 10111000 | 0 | 10011 | 10100 | 1010 | 11 | 110000 | 1010001 |
Color Harmonies of #E6BAB8
Complementary color
Monochromatic Colors of #E6BAB8
Black with #E6BAB8
Text Example
Text Example
White with #E6BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAB8; }
p { color: rgb(230,186,184); }
H1.HeaderClassName
{
color: #E6BAB8;
}
.AnyTagClassName
{
color: #E6BAB8;
}
</style>
background-color css
<style>
a { background-color: #E6BAB8; }
a { background-color: rgb(230,186,184); }
div.DivClassName
{
background-color: #E6BAB8;
}
.BgClassName
{
background-color: #E6BAB8;
}
</style>
border-color css
<style>
span { border-color: #E6BAB8; }
span { border-color: rgb(230,186,184); }
td.TdClassName
{
border-color: #E6BAB8;
}
.TagClassName
{
border-color: #E6BAB8;
}
</style>