Shades of Beauty Bush #EBB6AD
Tints of Beauty Bush #EBB6AD
RGB
CMYK
RGB Variations
Color information
#EBB6AD (or 0xEBB6AD) is known color: Beauty Bush. HEX triplet: EB, B6 and AD. RGB value is (235,182,173). Sum of RGB (Red+Green+Blue) = 235+182+173=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6AD is #144952. Grayscale: #C4C4C4. Windows color (decimal): -1329491 or 11384555. OLE color: 11384555.
HSL color Cylindrical-coordinate representation of color #EBB6AD: hue angle of 8.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB6AD is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 173 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.08 |
| HSL | 8.71º | 0.61% | 0.8% | - |
| HSV(B) | 8.71º | 0.26% | 0.92% | - |
| XYZ | 58.53 | 54.14 | 46.9 | - |
| YUV | 196.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 173 | 0 | 0.23 | 0.26 | 0.08 | 8.71 | 0.61 | 0.8 |
| Hex | EB | B6 | AD | 0 | 17 | 1A | 8 | 9 | 3D | 50 |
| Octal | 353 | 266 | 255 | 0 | 27 | 32 | 10 | 11 | 75 | 120 |
| Binary | 11101011 | 10110110 | 10101101 | 0 | 10111 | 11010 | 1000 | 1001 | 111101 | 1010000 |
Color Harmonies of #EBB6AD
Complementary color
Monochromatic Colors of #EBB6AD
Black with #EBB6AD
Text Example
Text Example
White with #EBB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB6AD; }
p { color: rgb(235,182,173); }
H1.HeaderClassName
{
color: #EBB6AD;
}
.AnyTagClassName
{
color: #EBB6AD;
}
</style>
background-color css
<style>
a { background-color: #EBB6AD; }
a { background-color: rgb(235,182,173); }
div.DivClassName
{
background-color: #EBB6AD;
}
.BgClassName
{
background-color: #EBB6AD;
}
</style>
border-color css
<style>
span { border-color: #EBB6AD; }
span { border-color: rgb(235,182,173); }
td.TdClassName
{
border-color: #EBB6AD;
}
.TagClassName
{
border-color: #EBB6AD;
}
</style>