Shades of Contessa #BE7166
Tints of Contessa #BE7166
RGB
CMYK
RGB Variations
Color information
#BE7166 (or 0xBE7166) is known color: Contessa. HEX triplet: BE, 71 and 66. RGB value is (190,113,102). Sum of RGB (Red+Green+Blue) = 190+113+102=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7166 is #418E99. Grayscale: #868686. Windows color (decimal): -4296346 or 6713790. OLE color: 6713790.
HSL color Cylindrical-coordinate representation of color #BE7166: hue angle of 7.5º 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 #BE7166 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 102 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.25 |
| HSL | 7.5º | 0.4% | 0.57% | - |
| HSV(B) | 7.5º | 0.46% | 0.75% | - |
| XYZ | 29.54 | 23.72 | 15.59 | - |
| YUV | 134.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 102 | 0 | 0.41 | 0.46 | 0.25 | 7.5 | 0.4 | 0.57 |
| Hex | BE | 71 | 66 | 0 | 29 | 2E | 19 | 8 | 28 | 39 |
| Octal | 276 | 161 | 146 | 0 | 51 | 56 | 31 | 10 | 50 | 71 |
| Binary | 10111110 | 1110001 | 1100110 | 0 | 101001 | 101110 | 11001 | 1000 | 101000 | 111001 |
Color Harmonies of #BE7166
Complementary color
Monochromatic Colors of #BE7166
Black with #BE7166
Text Example
Text Example
White with #BE7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7166; }
p { color: rgb(190,113,102); }
H1.HeaderClassName
{
color: #BE7166;
}
.AnyTagClassName
{
color: #BE7166;
}
</style>
background-color css
<style>
a { background-color: #BE7166; }
a { background-color: rgb(190,113,102); }
div.DivClassName
{
background-color: #BE7166;
}
.BgClassName
{
background-color: #BE7166;
}
</style>
border-color css
<style>
span { border-color: #BE7166; }
span { border-color: rgb(190,113,102); }
td.TdClassName
{
border-color: #BE7166;
}
.TagClassName
{
border-color: #BE7166;
}
</style>