Shades of Beauty Bush #EBC0B6
Tints of Beauty Bush #EBC0B6
RGB
CMYK
RGB Variations
Color information
#EBC0B6 (or 0xEBC0B6) is known color: Beauty Bush. HEX triplet: EB, C0 and B6. RGB value is (235,192,182). Sum of RGB (Red+Green+Blue) = 235+192+182=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0B6 is #143F49. Grayscale: #CBCBCB. Windows color (decimal): -1326922 or 11976939. OLE color: 11976939.
HSL color Cylindrical-coordinate representation of color #EBC0B6: hue angle of 11.32º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC0B6 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 182 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.08 |
| HSL | 11.32º | 0.57% | 0.82% | - |
| HSV(B) | 11.32º | 0.23% | 0.92% | - |
| XYZ | 61.55 | 58.74 | 52.35 | - |
| YUV | 203.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 182 | 0 | 0.18 | 0.23 | 0.08 | 11.32 | 0.57 | 0.82 |
| Hex | EB | C0 | B6 | 0 | 12 | 17 | 8 | B | 39 | 52 |
| Octal | 353 | 300 | 266 | 0 | 22 | 27 | 10 | 13 | 71 | 122 |
| Binary | 11101011 | 11000000 | 10110110 | 0 | 10010 | 10111 | 1000 | 1011 | 111001 | 1010010 |
Color Harmonies of #EBC0B6
Complementary color
Monochromatic Colors of #EBC0B6
Black with #EBC0B6
Text Example
Text Example
White with #EBC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0B6; }
p { color: rgb(235,192,182); }
H1.HeaderClassName
{
color: #EBC0B6;
}
.AnyTagClassName
{
color: #EBC0B6;
}
</style>
background-color css
<style>
a { background-color: #EBC0B6; }
a { background-color: rgb(235,192,182); }
div.DivClassName
{
background-color: #EBC0B6;
}
.BgClassName
{
background-color: #EBC0B6;
}
</style>
border-color css
<style>
span { border-color: #EBC0B6; }
span { border-color: rgb(235,192,182); }
td.TdClassName
{
border-color: #EBC0B6;
}
.TagClassName
{
border-color: #EBC0B6;
}
</style>