Shades of Beauty Bush #E6BFBF
Tints of Beauty Bush #E6BFBF
RGB
CMYK
RGB Variations
Color information
#E6BFBF (or 0xE6BFBF) is known color: Beauty Bush. HEX triplet: E6, BF and BF. RGB value is (230,191,191). Sum of RGB (Red+Green+Blue) = 230+191+191=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBF is #194040. Grayscale: #CACACA. Windows color (decimal): -1654849 or 12566502. OLE color: 12566502.
HSL color Cylindrical-coordinate representation of color #E6BFBF: hue angle of 0º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFBF is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 191 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 0º | 0.44% | 0.83% | - |
| HSV(B) | 0º | 0.17% | 0.9% | - |
| XYZ | 60.67 | 57.85 | 57.26 | - |
| YUV | 202.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 191 | 0 | 0.17 | 0.17 | 0.10 | 0 | 0.44 | 0.83 |
| Hex | E6 | BF | BF | 0 | 11 | 11 | A | 0 | 2C | 53 |
| Octal | 346 | 277 | 277 | 0 | 21 | 21 | 12 | 0 | 54 | 123 |
| Binary | 11100110 | 10111111 | 10111111 | 0 | 10001 | 10001 | 1010 | 0 | 101100 | 1010011 |
Color Harmonies of #E6BFBF
Complementary color
Monochromatic Colors of #E6BFBF
Black with #E6BFBF
Text Example
Text Example
White with #E6BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFBF; }
p { color: rgb(230,191,191); }
H1.HeaderClassName
{
color: #E6BFBF;
}
.AnyTagClassName
{
color: #E6BFBF;
}
</style>
background-color css
<style>
a { background-color: #E6BFBF; }
a { background-color: rgb(230,191,191); }
div.DivClassName
{
background-color: #E6BFBF;
}
.BgClassName
{
background-color: #E6BFBF;
}
</style>
border-color css
<style>
span { border-color: #E6BFBF; }
span { border-color: rgb(230,191,191); }
td.TdClassName
{
border-color: #E6BFBF;
}
.TagClassName
{
border-color: #E6BFBF;
}
</style>