Shades of Beauty Bush #ECB7AD
Tints of Beauty Bush #ECB7AD
RGB
CMYK
RGB Variations
Color information
#ECB7AD (or 0xECB7AD) is known color: Beauty Bush. HEX triplet: EC, B7 and AD. RGB value is (236,183,173). Sum of RGB (Red+Green+Blue) = 236+183+173=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB7AD is #134852. Grayscale: #C5C5C5. Windows color (decimal): -1263699 or 11384812. OLE color: 11384812.
HSL color Cylindrical-coordinate representation of color #ECB7AD: hue angle of 9.52º degrees, saturation: 0.62, 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 #ECB7AD is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 173 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.07 |
| HSL | 9.52º | 0.62% | 0.8% | - |
| HSV(B) | 9.52º | 0.27% | 0.93% | - |
| XYZ | 59.07 | 54.72 | 46.98 | - |
| YUV | 197.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 173 | 0 | 0.22 | 0.27 | 0.07 | 9.52 | 0.62 | 0.8 |
| Hex | EC | B7 | AD | 0 | 16 | 1B | 7 | A | 3E | 50 |
| Octal | 354 | 267 | 255 | 0 | 26 | 33 | 7 | 12 | 76 | 120 |
| Binary | 11101100 | 10110111 | 10101101 | 0 | 10110 | 11011 | 111 | 1010 | 111110 | 1010000 |
Color Harmonies of #ECB7AD
Complementary color
Monochromatic Colors of #ECB7AD
Black with #ECB7AD
Text Example
Text Example
White with #ECB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7AD; }
p { color: rgb(236,183,173); }
H1.HeaderClassName
{
color: #ECB7AD;
}
.AnyTagClassName
{
color: #ECB7AD;
}
</style>
background-color css
<style>
a { background-color: #ECB7AD; }
a { background-color: rgb(236,183,173); }
div.DivClassName
{
background-color: #ECB7AD;
}
.BgClassName
{
background-color: #ECB7AD;
}
</style>
border-color css
<style>
span { border-color: #ECB7AD; }
span { border-color: rgb(236,183,173); }
td.TdClassName
{
border-color: #ECB7AD;
}
.TagClassName
{
border-color: #ECB7AD;
}
</style>