Shades of Beauty Bush #E0BFBF
Tints of Beauty Bush #E0BFBF
RGB
CMYK
RGB Variations
Color information
#E0BFBF (or 0xE0BFBF) is known color: Beauty Bush. HEX triplet: E0, BF and BF. RGB value is (224,191,191). Sum of RGB (Red+Green+Blue) = 224+191+191=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBF is #1F4040. Grayscale: #C8C8C8. Windows color (decimal): -2048065 or 12566496. OLE color: 12566496.
HSL color Cylindrical-coordinate representation of color #E0BFBF: hue angle of 0º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFBF is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 191 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.12 |
| HSL | 0º | 0.35% | 0.81% | - |
| HSV(B) | 0º | 0.15% | 0.88% | - |
| XYZ | 58.78 | 56.87 | 57.17 | - |
| YUV | 200.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 191 | 0 | 0.15 | 0.15 | 0.12 | 0 | 0.35 | 0.81 |
| Hex | E0 | BF | BF | 0 | F | F | C | 0 | 23 | 51 |
| Octal | 340 | 277 | 277 | 0 | 17 | 17 | 14 | 0 | 43 | 121 |
| Binary | 11100000 | 10111111 | 10111111 | 0 | 1111 | 1111 | 1100 | 0 | 100011 | 1010001 |
Color Harmonies of #E0BFBF
Complementary color
Monochromatic Colors of #E0BFBF
Black with #E0BFBF
Text Example
Text Example
White with #E0BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFBF; }
p { color: rgb(224,191,191); }
H1.HeaderClassName
{
color: #E0BFBF;
}
.AnyTagClassName
{
color: #E0BFBF;
}
</style>
background-color css
<style>
a { background-color: #E0BFBF; }
a { background-color: rgb(224,191,191); }
div.DivClassName
{
background-color: #E0BFBF;
}
.BgClassName
{
background-color: #E0BFBF;
}
</style>
border-color css
<style>
span { border-color: #E0BFBF; }
span { border-color: rgb(224,191,191); }
td.TdClassName
{
border-color: #E0BFBF;
}
.TagClassName
{
border-color: #E0BFBF;
}
</style>