Shades of Beauty Bush #EDBCB6
Tints of Beauty Bush #EDBCB6
RGB
CMYK
RGB Variations
Color information
#EDBCB6 (or 0xEDBCB6) is known color: Beauty Bush. HEX triplet: ED, BC and B6. RGB value is (237,188,182). Sum of RGB (Red+Green+Blue) = 237+188+182=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB6 is #124349. Grayscale: #CACACA. Windows color (decimal): -1196874 or 11975917. OLE color: 11975917.
HSL color Cylindrical-coordinate representation of color #EDBCB6: hue angle of 6.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBCB6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 182 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.07 |
| HSL | 6.55º | 0.6% | 0.82% | - |
| HSV(B) | 6.55º | 0.23% | 0.93% | - |
| XYZ | 61.35 | 57.35 | 52.09 | - |
| YUV | 201.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 182 | 0 | 0.21 | 0.23 | 0.07 | 6.55 | 0.6 | 0.82 |
| Hex | ED | BC | B6 | 0 | 15 | 17 | 7 | 7 | 3C | 52 |
| Octal | 355 | 274 | 266 | 0 | 25 | 27 | 7 | 7 | 74 | 122 |
| Binary | 11101101 | 10111100 | 10110110 | 0 | 10101 | 10111 | 111 | 111 | 111100 | 1010010 |
Color Harmonies of #EDBCB6
Complementary color
Monochromatic Colors of #EDBCB6
Black with #EDBCB6
Text Example
Text Example
White with #EDBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCB6; }
p { color: rgb(237,188,182); }
H1.HeaderClassName
{
color: #EDBCB6;
}
.AnyTagClassName
{
color: #EDBCB6;
}
</style>
background-color css
<style>
a { background-color: #EDBCB6; }
a { background-color: rgb(237,188,182); }
div.DivClassName
{
background-color: #EDBCB6;
}
.BgClassName
{
background-color: #EDBCB6;
}
</style>
border-color css
<style>
span { border-color: #EDBCB6; }
span { border-color: rgb(237,188,182); }
td.TdClassName
{
border-color: #EDBCB6;
}
.TagClassName
{
border-color: #EDBCB6;
}
</style>