Shades of Beauty Bush #EBC0B9
Tints of Beauty Bush #EBC0B9
RGB
CMYK
RGB Variations
Color information
#EBC0B9 (or 0xEBC0B9) is known color: Beauty Bush. HEX triplet: EB, C0 and B9. RGB value is (235,192,185). Sum of RGB (Red+Green+Blue) = 235+192+185=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0B9 is #143F46. Grayscale: #CCCCCC. Windows color (decimal): -1326919 or 12173547. OLE color: 12173547.
HSL color Cylindrical-coordinate representation of color #EBC0B9: hue angle of 8.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC0B9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 185 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.08 |
| HSL | 8.4º | 0.56% | 0.82% | - |
| HSV(B) | 8.4º | 0.21% | 0.92% | - |
| XYZ | 61.87 | 58.86 | 54 | - |
| YUV | 204.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 185 | 0 | 0.18 | 0.21 | 0.08 | 8.4 | 0.56 | 0.82 |
| Hex | EB | C0 | B9 | 0 | 12 | 15 | 8 | 8 | 38 | 52 |
| Octal | 353 | 300 | 271 | 0 | 22 | 25 | 10 | 10 | 70 | 122 |
| Binary | 11101011 | 11000000 | 10111001 | 0 | 10010 | 10101 | 1000 | 1000 | 111000 | 1010010 |
Color Harmonies of #EBC0B9
Complementary color
Monochromatic Colors of #EBC0B9
Black with #EBC0B9
Text Example
Text Example
White with #EBC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0B9; }
p { color: rgb(235,192,185); }
H1.HeaderClassName
{
color: #EBC0B9;
}
.AnyTagClassName
{
color: #EBC0B9;
}
</style>
background-color css
<style>
a { background-color: #EBC0B9; }
a { background-color: rgb(235,192,185); }
div.DivClassName
{
background-color: #EBC0B9;
}
.BgClassName
{
background-color: #EBC0B9;
}
</style>
border-color css
<style>
span { border-color: #EBC0B9; }
span { border-color: rgb(235,192,185); }
td.TdClassName
{
border-color: #EBC0B9;
}
.TagClassName
{
border-color: #EBC0B9;
}
</style>