Shades of Contessa #BE7066
Tints of Contessa #BE7066
RGB
CMYK
RGB Variations
Color information
#BE7066 (or 0xBE7066) is known color: Contessa. HEX triplet: BE, 70 and 66. RGB value is (190,112,102). Sum of RGB (Red+Green+Blue) = 190+112+102=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7066 is #418F99. Grayscale: #868686. Windows color (decimal): -4296602 or 6713534. OLE color: 6713534.
HSL color Cylindrical-coordinate representation of color #BE7066: hue angle of 6.82º 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 #BE7066 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 102 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.25 |
| HSL | 6.82º | 0.4% | 0.57% | - |
| HSV(B) | 6.82º | 0.46% | 0.75% | - |
| XYZ | 29.43 | 23.49 | 15.55 | - |
| YUV | 134.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 102 | 0 | 0.41 | 0.46 | 0.25 | 6.82 | 0.4 | 0.57 |
| Hex | BE | 70 | 66 | 0 | 29 | 2E | 19 | 7 | 28 | 39 |
| Octal | 276 | 160 | 146 | 0 | 51 | 56 | 31 | 7 | 50 | 71 |
| Binary | 10111110 | 1110000 | 1100110 | 0 | 101001 | 101110 | 11001 | 111 | 101000 | 111001 |
Color Harmonies of #BE7066
Complementary color
Monochromatic Colors of #BE7066
Black with #BE7066
Text Example
Text Example
White with #BE7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7066; }
p { color: rgb(190,112,102); }
H1.HeaderClassName
{
color: #BE7066;
}
.AnyTagClassName
{
color: #BE7066;
}
</style>
background-color css
<style>
a { background-color: #BE7066; }
a { background-color: rgb(190,112,102); }
div.DivClassName
{
background-color: #BE7066;
}
.BgClassName
{
background-color: #BE7066;
}
</style>
border-color css
<style>
span { border-color: #BE7066; }
span { border-color: rgb(190,112,102); }
td.TdClassName
{
border-color: #BE7066;
}
.TagClassName
{
border-color: #BE7066;
}
</style>