Shades of Negroni #E7BCA0
Tints of Negroni #E7BCA0
RGB
CMYK
RGB Variations
Color information
#E7BCA0 (or 0xE7BCA0) is known color: Negroni. HEX triplet: E7, BC and A0. RGB value is (231,188,160). Sum of RGB (Red+Green+Blue) = 231+188+160=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCA0 is #18435F. Grayscale: #C5C5C5. Windows color (decimal): -1590112 or 10534119. OLE color: 10534119.
HSL color Cylindrical-coordinate representation of color #E7BCA0: hue angle of 23.66º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7BCA0 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 160 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.09 |
| HSL | 23.66º | 0.6% | 0.77% | - |
| HSV(B) | 23.66º | 0.31% | 0.91% | - |
| XYZ | 57.28 | 55.49 | 40.95 | - |
| YUV | 197.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 160 | 0 | 0.19 | 0.31 | 0.09 | 23.66 | 0.6 | 0.77 |
| Hex | E7 | BC | A0 | 0 | 13 | 1F | 9 | 18 | 3C | 4D |
| Octal | 347 | 274 | 240 | 0 | 23 | 37 | 11 | 30 | 74 | 115 |
| Binary | 11100111 | 10111100 | 10100000 | 0 | 10011 | 11111 | 1001 | 11000 | 111100 | 1001101 |
Color Harmonies of #E7BCA0
Complementary color
Monochromatic Colors of #E7BCA0
Black with #E7BCA0
Text Example
Text Example
White with #E7BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BCA0; }
p { color: rgb(231,188,160); }
H1.HeaderClassName
{
color: #E7BCA0;
}
.AnyTagClassName
{
color: #E7BCA0;
}
</style>
background-color css
<style>
a { background-color: #E7BCA0; }
a { background-color: rgb(231,188,160); }
div.DivClassName
{
background-color: #E7BCA0;
}
.BgClassName
{
background-color: #E7BCA0;
}
</style>
border-color css
<style>
span { border-color: #E7BCA0; }
span { border-color: rgb(231,188,160); }
td.TdClassName
{
border-color: #E7BCA0;
}
.TagClassName
{
border-color: #E7BCA0;
}
</style>