Shades of Beauty Bush #E1BFBE
Tints of Beauty Bush #E1BFBE
RGB
CMYK
RGB Variations
Color information
#E1BFBE (or 0xE1BFBE) is known color: Beauty Bush. HEX triplet: E1, BF and BE. RGB value is (225,191,190). Sum of RGB (Red+Green+Blue) = 225+191+190=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBE is #1E4041. Grayscale: #C9C9C9. Windows color (decimal): -1982530 or 12500961. OLE color: 12500961.
HSL color Cylindrical-coordinate representation of color #E1BFBE: hue angle of 1.71º degrees, saturation: 0.37, 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 #E1BFBE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 190 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.12 |
| HSL | 1.71º | 0.37% | 0.81% | - |
| HSV(B) | 1.71º | 0.16% | 0.88% | - |
| XYZ | 58.98 | 56.99 | 56.61 | - |
| YUV | 201.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 190 | 0 | 0.15 | 0.16 | 0.12 | 1.71 | 0.37 | 0.81 |
| Hex | E1 | BF | BE | 0 | F | 10 | C | 2 | 25 | 51 |
| Octal | 341 | 277 | 276 | 0 | 17 | 20 | 14 | 2 | 45 | 121 |
| Binary | 11100001 | 10111111 | 10111110 | 0 | 1111 | 10000 | 1100 | 10 | 100101 | 1010001 |
Color Harmonies of #E1BFBE
Complementary color
Monochromatic Colors of #E1BFBE
Black with #E1BFBE
Text Example
Text Example
White with #E1BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFBE; }
p { color: rgb(225,191,190); }
H1.HeaderClassName
{
color: #E1BFBE;
}
.AnyTagClassName
{
color: #E1BFBE;
}
</style>
background-color css
<style>
a { background-color: #E1BFBE; }
a { background-color: rgb(225,191,190); }
div.DivClassName
{
background-color: #E1BFBE;
}
.BgClassName
{
background-color: #E1BFBE;
}
</style>
border-color css
<style>
span { border-color: #E1BFBE; }
span { border-color: rgb(225,191,190); }
td.TdClassName
{
border-color: #E1BFBE;
}
.TagClassName
{
border-color: #E1BFBE;
}
</style>