Shades of Beauty Bush #ECBCB3
Tints of Beauty Bush #ECBCB3
RGB
CMYK
RGB Variations
Color information
#ECBCB3 (or 0xECBCB3) is known color: Beauty Bush. HEX triplet: EC, BC and B3. RGB value is (236,188,179). Sum of RGB (Red+Green+Blue) = 236+188+179=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCB3 is #13434C. Grayscale: #C9C9C9. Windows color (decimal): -1262413 or 11779308. OLE color: 11779308.
HSL color Cylindrical-coordinate representation of color #ECBCB3: hue angle of 9.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBCB3 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 179 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.07 |
| HSL | 9.47º | 0.6% | 0.81% | - |
| HSV(B) | 9.47º | 0.24% | 0.93% | - |
| XYZ | 60.71 | 57.05 | 50.46 | - |
| YUV | 201.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 179 | 0 | 0.20 | 0.24 | 0.07 | 9.47 | 0.6 | 0.81 |
| Hex | EC | BC | B3 | 0 | 14 | 18 | 7 | 9 | 3C | 51 |
| Octal | 354 | 274 | 263 | 0 | 24 | 30 | 7 | 11 | 74 | 121 |
| Binary | 11101100 | 10111100 | 10110011 | 0 | 10100 | 11000 | 111 | 1001 | 111100 | 1010001 |
Color Harmonies of #ECBCB3
Complementary color
Monochromatic Colors of #ECBCB3
Black with #ECBCB3
Text Example
Text Example
White with #ECBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCB3; }
p { color: rgb(236,188,179); }
H1.HeaderClassName
{
color: #ECBCB3;
}
.AnyTagClassName
{
color: #ECBCB3;
}
</style>
background-color css
<style>
a { background-color: #ECBCB3; }
a { background-color: rgb(236,188,179); }
div.DivClassName
{
background-color: #ECBCB3;
}
.BgClassName
{
background-color: #ECBCB3;
}
</style>
border-color css
<style>
span { border-color: #ECBCB3; }
span { border-color: rgb(236,188,179); }
td.TdClassName
{
border-color: #ECBCB3;
}
.TagClassName
{
border-color: #ECBCB3;
}
</style>