Shades of Beauty Bush #E6BDBB
Tints of Beauty Bush #E6BDBB
RGB
CMYK
RGB Variations
Color information
#E6BDBB (or 0xE6BDBB) is known color: Beauty Bush. HEX triplet: E6, BD and BB. RGB value is (230,189,187). Sum of RGB (Red+Green+Blue) = 230+189+187=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBB is #194244. Grayscale: #C9C9C9. Windows color (decimal): -1655365 or 12303846. OLE color: 12303846.
HSL color Cylindrical-coordinate representation of color #E6BDBB: hue angle of 2.79º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BDBB is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 187 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.10 |
| HSL | 2.79º | 0.46% | 0.82% | - |
| HSV(B) | 2.79º | 0.19% | 0.9% | - |
| XYZ | 59.8 | 56.81 | 54.83 | - |
| YUV | 201.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 187 | 0 | 0.18 | 0.19 | 0.10 | 2.79 | 0.46 | 0.82 |
| Hex | E6 | BD | BB | 0 | 12 | 13 | A | 3 | 2E | 52 |
| Octal | 346 | 275 | 273 | 0 | 22 | 23 | 12 | 3 | 56 | 122 |
| Binary | 11100110 | 10111101 | 10111011 | 0 | 10010 | 10011 | 1010 | 11 | 101110 | 1010010 |
Color Harmonies of #E6BDBB
Complementary color
Monochromatic Colors of #E6BDBB
Black with #E6BDBB
Text Example
Text Example
White with #E6BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDBB; }
p { color: rgb(230,189,187); }
H1.HeaderClassName
{
color: #E6BDBB;
}
.AnyTagClassName
{
color: #E6BDBB;
}
</style>
background-color css
<style>
a { background-color: #E6BDBB; }
a { background-color: rgb(230,189,187); }
div.DivClassName
{
background-color: #E6BDBB;
}
.BgClassName
{
background-color: #E6BDBB;
}
</style>
border-color css
<style>
span { border-color: #E6BDBB; }
span { border-color: rgb(230,189,187); }
td.TdClassName
{
border-color: #E6BDBB;
}
.TagClassName
{
border-color: #E6BDBB;
}
</style>