Shades of Beauty Bush #E7C1BA
Tints of Beauty Bush #E7C1BA
RGB
CMYK
RGB Variations
Color information
#E7C1BA (or 0xE7C1BA) is known color: Beauty Bush. HEX triplet: E7, C1 and BA. RGB value is (231,193,186). Sum of RGB (Red+Green+Blue) = 231+193+186=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C1BA is #183E45. Grayscale: #CBCBCB. Windows color (decimal): -1588806 or 12239335. OLE color: 12239335.
HSL color Cylindrical-coordinate representation of color #E7C1BA: hue angle of 9.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C1BA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 186 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.09 |
| HSL | 9.33º | 0.48% | 0.82% | - |
| HSV(B) | 9.33º | 0.19% | 0.91% | - |
| XYZ | 60.89 | 58.67 | 54.57 | - |
| YUV | 203.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 186 | 0 | 0.16 | 0.19 | 0.09 | 9.33 | 0.48 | 0.82 |
| Hex | E7 | C1 | BA | 0 | 10 | 13 | 9 | 9 | 30 | 52 |
| Octal | 347 | 301 | 272 | 0 | 20 | 23 | 11 | 11 | 60 | 122 |
| Binary | 11100111 | 11000001 | 10111010 | 0 | 10000 | 10011 | 1001 | 1001 | 110000 | 1010010 |
Color Harmonies of #E7C1BA
Complementary color
Monochromatic Colors of #E7C1BA
Black with #E7C1BA
Text Example
Text Example
White with #E7C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C1BA; }
p { color: rgb(231,193,186); }
H1.HeaderClassName
{
color: #E7C1BA;
}
.AnyTagClassName
{
color: #E7C1BA;
}
</style>
background-color css
<style>
a { background-color: #E7C1BA; }
a { background-color: rgb(231,193,186); }
div.DivClassName
{
background-color: #E7C1BA;
}
.BgClassName
{
background-color: #E7C1BA;
}
</style>
border-color css
<style>
span { border-color: #E7C1BA; }
span { border-color: rgb(231,193,186); }
td.TdClassName
{
border-color: #E7C1BA;
}
.TagClassName
{
border-color: #E7C1BA;
}
</style>