Shades of Beauty Bush #E1BFBD
Tints of Beauty Bush #E1BFBD
RGB
CMYK
RGB Variations
Color information
#E1BFBD (or 0xE1BFBD) is known color: Beauty Bush. HEX triplet: E1, BF and BD. RGB value is (225,191,189). Sum of RGB (Red+Green+Blue) = 225+191+189=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBD is #1E4042. Grayscale: #C8C8C8. Windows color (decimal): -1982531 or 12435425. OLE color: 12435425.
HSL color Cylindrical-coordinate representation of color #E1BFBD: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BFBD is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 189 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.12 |
| HSL | 3.33º | 0.38% | 0.81% | - |
| HSV(B) | 3.33º | 0.16% | 0.88% | - |
| XYZ | 58.87 | 56.94 | 56.03 | - |
| YUV | 200.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 189 | 0 | 0.15 | 0.16 | 0.12 | 3.33 | 0.38 | 0.81 |
| Hex | E1 | BF | BD | 0 | F | 10 | C | 3 | 26 | 51 |
| Octal | 341 | 277 | 275 | 0 | 17 | 20 | 14 | 3 | 46 | 121 |
| Binary | 11100001 | 10111111 | 10111101 | 0 | 1111 | 10000 | 1100 | 11 | 100110 | 1010001 |
Color Harmonies of #E1BFBD
Complementary color
Monochromatic Colors of #E1BFBD
Black with #E1BFBD
Text Example
Text Example
White with #E1BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFBD; }
p { color: rgb(225,191,189); }
H1.HeaderClassName
{
color: #E1BFBD;
}
.AnyTagClassName
{
color: #E1BFBD;
}
</style>
background-color css
<style>
a { background-color: #E1BFBD; }
a { background-color: rgb(225,191,189); }
div.DivClassName
{
background-color: #E1BFBD;
}
.BgClassName
{
background-color: #E1BFBD;
}
</style>
border-color css
<style>
span { border-color: #E1BFBD; }
span { border-color: rgb(225,191,189); }
td.TdClassName
{
border-color: #E1BFBD;
}
.TagClassName
{
border-color: #E1BFBD;
}
</style>