Shades of Contessa #BE7C66
Tints of Contessa #BE7C66
RGB
CMYK
RGB Variations
Color information
#BE7C66 (or 0xBE7C66) is known color: Contessa. HEX triplet: BE, 7C and 66. RGB value is (190,124,102). Sum of RGB (Red+Green+Blue) = 190+124+102=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C66 is #418399. Grayscale: #8D8D8D. Windows color (decimal): -4293530 or 6716606. OLE color: 6716606.
HSL color Cylindrical-coordinate representation of color #BE7C66: hue angle of 15º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7C66 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 102 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.25 |
| HSL | 15º | 0.4% | 0.57% | - |
| HSV(B) | 15º | 0.46% | 0.75% | - |
| XYZ | 30.84 | 26.32 | 16.03 | - |
| YUV | 141.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 102 | 0 | 0.35 | 0.46 | 0.25 | 15 | 0.4 | 0.57 |
| Hex | BE | 7C | 66 | 0 | 23 | 2E | 19 | F | 28 | 39 |
| Octal | 276 | 174 | 146 | 0 | 43 | 56 | 31 | 17 | 50 | 71 |
| Binary | 10111110 | 1111100 | 1100110 | 0 | 100011 | 101110 | 11001 | 1111 | 101000 | 111001 |
Color Harmonies of #BE7C66
Complementary color
Monochromatic Colors of #BE7C66
Black with #BE7C66
Text Example
Text Example
White with #BE7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C66; }
p { color: rgb(190,124,102); }
H1.HeaderClassName
{
color: #BE7C66;
}
.AnyTagClassName
{
color: #BE7C66;
}
</style>
background-color css
<style>
a { background-color: #BE7C66; }
a { background-color: rgb(190,124,102); }
div.DivClassName
{
background-color: #BE7C66;
}
.BgClassName
{
background-color: #BE7C66;
}
</style>
border-color css
<style>
span { border-color: #BE7C66; }
span { border-color: rgb(190,124,102); }
td.TdClassName
{
border-color: #BE7C66;
}
.TagClassName
{
border-color: #BE7C66;
}
</style>