Shades of Beauty Bush #ECB0AC
Tints of Beauty Bush #ECB0AC
RGB
CMYK
RGB Variations
Color information
#ECB0AC (or 0xECB0AC) is known color: Beauty Bush. HEX triplet: EC, B0 and AC. RGB value is (236,176,172). Sum of RGB (Red+Green+Blue) = 236+176+172=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0AC is #134F53. Grayscale: #C1C1C1. Windows color (decimal): -1265492 or 11317484. OLE color: 11317484.
HSL color Cylindrical-coordinate representation of color #ECB0AC: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB0AC is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 172 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.07 |
| HSL | 3.75º | 0.63% | 0.8% | - |
| HSV(B) | 3.75º | 0.27% | 0.93% | - |
| XYZ | 57.56 | 51.86 | 46.01 | - |
| YUV | 193.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 172 | 0 | 0.25 | 0.27 | 0.07 | 3.75 | 0.63 | 0.8 |
| Hex | EC | B0 | AC | 0 | 19 | 1B | 7 | 4 | 3F | 50 |
| Octal | 354 | 260 | 254 | 0 | 31 | 33 | 7 | 4 | 77 | 120 |
| Binary | 11101100 | 10110000 | 10101100 | 0 | 11001 | 11011 | 111 | 100 | 111111 | 1010000 |
Color Harmonies of #ECB0AC
Complementary color
Monochromatic Colors of #ECB0AC
Black with #ECB0AC
Text Example
Text Example
White with #ECB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0AC; }
p { color: rgb(236,176,172); }
H1.HeaderClassName
{
color: #ECB0AC;
}
.AnyTagClassName
{
color: #ECB0AC;
}
</style>
background-color css
<style>
a { background-color: #ECB0AC; }
a { background-color: rgb(236,176,172); }
div.DivClassName
{
background-color: #ECB0AC;
}
.BgClassName
{
background-color: #ECB0AC;
}
</style>
border-color css
<style>
span { border-color: #ECB0AC; }
span { border-color: rgb(236,176,172); }
td.TdClassName
{
border-color: #ECB0AC;
}
.TagClassName
{
border-color: #ECB0AC;
}
</style>