Shades of Contessa #BE7666
Tints of Contessa #BE7666
RGB
CMYK
RGB Variations
Color information
#BE7666 (or 0xBE7666) is known color: Contessa. HEX triplet: BE, 76 and 66. RGB value is (190,118,102). Sum of RGB (Red+Green+Blue) = 190+118+102=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7666 is #418999. Grayscale: #898989. Windows color (decimal): -4295066 or 6715070. OLE color: 6715070.
HSL color Cylindrical-coordinate representation of color #BE7666: hue angle of 10.91º 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 #BE7666 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 102 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.25 |
| HSL | 10.91º | 0.4% | 0.57% | - |
| HSV(B) | 10.91º | 0.46% | 0.75% | - |
| XYZ | 30.11 | 24.86 | 15.78 | - |
| YUV | 137.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 102 | 0 | 0.38 | 0.46 | 0.25 | 10.91 | 0.4 | 0.57 |
| Hex | BE | 76 | 66 | 0 | 26 | 2E | 19 | B | 28 | 39 |
| Octal | 276 | 166 | 146 | 0 | 46 | 56 | 31 | 13 | 50 | 71 |
| Binary | 10111110 | 1110110 | 1100110 | 0 | 100110 | 101110 | 11001 | 1011 | 101000 | 111001 |
Color Harmonies of #BE7666
Complementary color
Monochromatic Colors of #BE7666
Black with #BE7666
Text Example
Text Example
White with #BE7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7666; }
p { color: rgb(190,118,102); }
H1.HeaderClassName
{
color: #BE7666;
}
.AnyTagClassName
{
color: #BE7666;
}
</style>
background-color css
<style>
a { background-color: #BE7666; }
a { background-color: rgb(190,118,102); }
div.DivClassName
{
background-color: #BE7666;
}
.BgClassName
{
background-color: #BE7666;
}
</style>
border-color css
<style>
span { border-color: #BE7666; }
span { border-color: rgb(190,118,102); }
td.TdClassName
{
border-color: #BE7666;
}
.TagClassName
{
border-color: #BE7666;
}
</style>