Shades of Beauty Bush #EBB0AC
Tints of Beauty Bush #EBB0AC
RGB
CMYK
RGB Variations
Color information
#EBB0AC (or 0xEBB0AC) is known color: Beauty Bush. HEX triplet: EB, B0 and AC. RGB value is (235,176,172). Sum of RGB (Red+Green+Blue) = 235+176+172=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AC is #144F53. Grayscale: #C1C1C1. Windows color (decimal): -1331028 or 11317483. OLE color: 11317483.
HSL color Cylindrical-coordinate representation of color #EBB0AC: hue angle of 3.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB0AC is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 172 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.08 |
| HSL | 3.81º | 0.61% | 0.8% | - |
| HSV(B) | 3.81º | 0.27% | 0.92% | - |
| XYZ | 57.23 | 51.69 | 45.99 | - |
| YUV | 193.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 172 | 0 | 0.25 | 0.27 | 0.08 | 3.81 | 0.61 | 0.8 |
| Hex | EB | B0 | AC | 0 | 19 | 1B | 8 | 4 | 3D | 50 |
| Octal | 353 | 260 | 254 | 0 | 31 | 33 | 10 | 4 | 75 | 120 |
| Binary | 11101011 | 10110000 | 10101100 | 0 | 11001 | 11011 | 1000 | 100 | 111101 | 1010000 |
Color Harmonies of #EBB0AC
Complementary color
Monochromatic Colors of #EBB0AC
Black with #EBB0AC
Text Example
Text Example
White with #EBB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0AC; }
p { color: rgb(235,176,172); }
H1.HeaderClassName
{
color: #EBB0AC;
}
.AnyTagClassName
{
color: #EBB0AC;
}
</style>
background-color css
<style>
a { background-color: #EBB0AC; }
a { background-color: rgb(235,176,172); }
div.DivClassName
{
background-color: #EBB0AC;
}
.BgClassName
{
background-color: #EBB0AC;
}
</style>
border-color css
<style>
span { border-color: #EBB0AC; }
span { border-color: rgb(235,176,172); }
td.TdClassName
{
border-color: #EBB0AC;
}
.TagClassName
{
border-color: #EBB0AC;
}
</style>