Shades of Beauty Bush #ECBAAF
Tints of Beauty Bush #ECBAAF
RGB
CMYK
RGB Variations
Color information
#ECBAAF (or 0xECBAAF) is known color: Beauty Bush. HEX triplet: EC, BA and AF. RGB value is (236,186,175). Sum of RGB (Red+Green+Blue) = 236+186+175=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAAF is #134550. Grayscale: #C7C7C7. Windows color (decimal): -1262929 or 11516652. OLE color: 11516652.
HSL color Cylindrical-coordinate representation of color #ECBAAF: hue angle of 10.82º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBAAF is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 175 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.07 |
| HSL | 10.82º | 0.62% | 0.81% | - |
| HSV(B) | 10.82º | 0.26% | 0.93% | - |
| XYZ | 59.89 | 56.05 | 48.22 | - |
| YUV | 199.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 175 | 0 | 0.21 | 0.26 | 0.07 | 10.82 | 0.62 | 0.81 |
| Hex | EC | BA | AF | 0 | 15 | 1A | 7 | B | 3E | 51 |
| Octal | 354 | 272 | 257 | 0 | 25 | 32 | 7 | 13 | 76 | 121 |
| Binary | 11101100 | 10111010 | 10101111 | 0 | 10101 | 11010 | 111 | 1011 | 111110 | 1010001 |
Color Harmonies of #ECBAAF
Complementary color
Monochromatic Colors of #ECBAAF
Black with #ECBAAF
Text Example
Text Example
White with #ECBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAAF; }
p { color: rgb(236,186,175); }
H1.HeaderClassName
{
color: #ECBAAF;
}
.AnyTagClassName
{
color: #ECBAAF;
}
</style>
background-color css
<style>
a { background-color: #ECBAAF; }
a { background-color: rgb(236,186,175); }
div.DivClassName
{
background-color: #ECBAAF;
}
.BgClassName
{
background-color: #ECBAAF;
}
</style>
border-color css
<style>
span { border-color: #ECBAAF; }
span { border-color: rgb(236,186,175); }
td.TdClassName
{
border-color: #ECBAAF;
}
.TagClassName
{
border-color: #ECBAAF;
}
</style>