Shades of Beauty Bush #ECBCB0
Tints of Beauty Bush #ECBCB0
RGB
CMYK
RGB Variations
Color information
#ECBCB0 (or 0xECBCB0) is known color: Beauty Bush. HEX triplet: EC, BC and B0. RGB value is (236,188,176). Sum of RGB (Red+Green+Blue) = 236+188+176=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBCB0 is #13434F. Grayscale: #C9C9C9. Windows color (decimal): -1262416 or 11582700. OLE color: 11582700.
HSL color Cylindrical-coordinate representation of color #ECBCB0: hue angle of 12º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBCB0 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 176 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.07 |
| HSL | 12º | 0.61% | 0.81% | - |
| HSV(B) | 12º | 0.25% | 0.93% | - |
| XYZ | 60.41 | 56.93 | 48.88 | - |
| YUV | 200.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 176 | 0 | 0.20 | 0.25 | 0.07 | 12 | 0.61 | 0.81 |
| Hex | EC | BC | B0 | 0 | 14 | 19 | 7 | C | 3D | 51 |
| Octal | 354 | 274 | 260 | 0 | 24 | 31 | 7 | 14 | 75 | 121 |
| Binary | 11101100 | 10111100 | 10110000 | 0 | 10100 | 11001 | 111 | 1100 | 111101 | 1010001 |
Color Harmonies of #ECBCB0
Complementary color
Monochromatic Colors of #ECBCB0
Black with #ECBCB0
Text Example
Text Example
White with #ECBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCB0; }
p { color: rgb(236,188,176); }
H1.HeaderClassName
{
color: #ECBCB0;
}
.AnyTagClassName
{
color: #ECBCB0;
}
</style>
background-color css
<style>
a { background-color: #ECBCB0; }
a { background-color: rgb(236,188,176); }
div.DivClassName
{
background-color: #ECBCB0;
}
.BgClassName
{
background-color: #ECBCB0;
}
</style>
border-color css
<style>
span { border-color: #ECBCB0; }
span { border-color: rgb(236,188,176); }
td.TdClassName
{
border-color: #ECBCB0;
}
.TagClassName
{
border-color: #ECBCB0;
}
</style>