Shades of Beauty Bush #EDBCB1
Tints of Beauty Bush #EDBCB1
RGB
CMYK
RGB Variations
Color information
#EDBCB1 (or 0xEDBCB1) is known color: Beauty Bush. HEX triplet: ED, BC and B1. RGB value is (237,188,177). Sum of RGB (Red+Green+Blue) = 237+188+177=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCB1 is #12434E. Grayscale: #C9C9C9. Windows color (decimal): -1196879 or 11648237. OLE color: 11648237.
HSL color Cylindrical-coordinate representation of color #EDBCB1: hue angle of 11º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBCB1 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 177 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.07 |
| HSL | 11º | 0.63% | 0.81% | - |
| HSV(B) | 11º | 0.25% | 0.93% | - |
| XYZ | 60.84 | 57.15 | 49.42 | - |
| YUV | 201.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 177 | 0 | 0.21 | 0.25 | 0.07 | 11 | 0.63 | 0.81 |
| Hex | ED | BC | B1 | 0 | 15 | 19 | 7 | B | 3E | 51 |
| Octal | 355 | 274 | 261 | 0 | 25 | 31 | 7 | 13 | 76 | 121 |
| Binary | 11101101 | 10111100 | 10110001 | 0 | 10101 | 11001 | 111 | 1011 | 111110 | 1010001 |
Color Harmonies of #EDBCB1
Complementary color
Monochromatic Colors of #EDBCB1
Black with #EDBCB1
Text Example
Text Example
White with #EDBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCB1; }
p { color: rgb(237,188,177); }
H1.HeaderClassName
{
color: #EDBCB1;
}
.AnyTagClassName
{
color: #EDBCB1;
}
</style>
background-color css
<style>
a { background-color: #EDBCB1; }
a { background-color: rgb(237,188,177); }
div.DivClassName
{
background-color: #EDBCB1;
}
.BgClassName
{
background-color: #EDBCB1;
}
</style>
border-color css
<style>
span { border-color: #EDBCB1; }
span { border-color: rgb(237,188,177); }
td.TdClassName
{
border-color: #EDBCB1;
}
.TagClassName
{
border-color: #EDBCB1;
}
</style>