Shades of Beauty Bush #ECB7AC
Tints of Beauty Bush #ECB7AC
RGB
CMYK
RGB Variations
Color information
#ECB7AC (or 0xECB7AC) is known color: Beauty Bush. HEX triplet: EC, B7 and AC. RGB value is (236,183,172). Sum of RGB (Red+Green+Blue) = 236+183+172=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB7AC is #134853. Grayscale: #C5C5C5. Windows color (decimal): -1263700 or 11319276. OLE color: 11319276.
HSL color Cylindrical-coordinate representation of color #ECB7AC: hue angle of 10.31º 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 #ECB7AC is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 172 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.07 |
| HSL | 10.31º | 0.63% | 0.8% | - |
| HSV(B) | 10.31º | 0.27% | 0.93% | - |
| XYZ | 58.97 | 54.68 | 46.48 | - |
| YUV | 197.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 172 | 0 | 0.22 | 0.27 | 0.07 | 10.31 | 0.63 | 0.8 |
| Hex | EC | B7 | AC | 0 | 16 | 1B | 7 | A | 3F | 50 |
| Octal | 354 | 267 | 254 | 0 | 26 | 33 | 7 | 12 | 77 | 120 |
| Binary | 11101100 | 10110111 | 10101100 | 0 | 10110 | 11011 | 111 | 1010 | 111111 | 1010000 |
Color Harmonies of #ECB7AC
Complementary color
Monochromatic Colors of #ECB7AC
Black with #ECB7AC
Text Example
Text Example
White with #ECB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7AC; }
p { color: rgb(236,183,172); }
H1.HeaderClassName
{
color: #ECB7AC;
}
.AnyTagClassName
{
color: #ECB7AC;
}
</style>
background-color css
<style>
a { background-color: #ECB7AC; }
a { background-color: rgb(236,183,172); }
div.DivClassName
{
background-color: #ECB7AC;
}
.BgClassName
{
background-color: #ECB7AC;
}
</style>
border-color css
<style>
span { border-color: #ECB7AC; }
span { border-color: rgb(236,183,172); }
td.TdClassName
{
border-color: #ECB7AC;
}
.TagClassName
{
border-color: #ECB7AC;
}
</style>