Shades of Beauty Bush #E6BFBD
Tints of Beauty Bush #E6BFBD
RGB
CMYK
RGB Variations
Color information
#E6BFBD (or 0xE6BFBD) is known color: Beauty Bush. HEX triplet: E6, BF and BD. RGB value is (230,191,189). Sum of RGB (Red+Green+Blue) = 230+191+189=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFBD is #194042. Grayscale: #CACACA. Windows color (decimal): -1654851 or 12435430. OLE color: 12435430.
HSL color Cylindrical-coordinate representation of color #E6BFBD: hue angle of 2.93º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BFBD is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 189 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.10 |
| HSL | 2.93º | 0.45% | 0.82% | - |
| HSV(B) | 2.93º | 0.18% | 0.9% | - |
| XYZ | 60.45 | 57.76 | 56.11 | - |
| YUV | 202.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 189 | 0 | 0.17 | 0.18 | 0.10 | 2.93 | 0.45 | 0.82 |
| Hex | E6 | BF | BD | 0 | 11 | 12 | A | 3 | 2D | 52 |
| Octal | 346 | 277 | 275 | 0 | 21 | 22 | 12 | 3 | 55 | 122 |
| Binary | 11100110 | 10111111 | 10111101 | 0 | 10001 | 10010 | 1010 | 11 | 101101 | 1010010 |
Color Harmonies of #E6BFBD
Complementary color
Monochromatic Colors of #E6BFBD
Black with #E6BFBD
Text Example
Text Example
White with #E6BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFBD; }
p { color: rgb(230,191,189); }
H1.HeaderClassName
{
color: #E6BFBD;
}
.AnyTagClassName
{
color: #E6BFBD;
}
</style>
background-color css
<style>
a { background-color: #E6BFBD; }
a { background-color: rgb(230,191,189); }
div.DivClassName
{
background-color: #E6BFBD;
}
.BgClassName
{
background-color: #E6BFBD;
}
</style>
border-color css
<style>
span { border-color: #E6BFBD; }
span { border-color: rgb(230,191,189); }
td.TdClassName
{
border-color: #E6BFBD;
}
.TagClassName
{
border-color: #E6BFBD;
}
</style>