Shades of Contessa #BE6E65
Tints of Contessa #BE6E65
RGB
CMYK
RGB Variations
Color information
#BE6E65 (or 0xBE6E65) is known color: Contessa. HEX triplet: BE, 6E and 65. RGB value is (190,110,101). Sum of RGB (Red+Green+Blue) = 190+110+101=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E65 is #41919A. Grayscale: #858585. Windows color (decimal): -4297115 or 6647486. OLE color: 6647486.
HSL color Cylindrical-coordinate representation of color #BE6E65: hue angle of 6.07º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6E65 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 110 | 101 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.25 |
| HSL | 6.07º | 0.41% | 0.57% | - |
| HSV(B) | 6.07º | 0.47% | 0.75% | - |
| XYZ | 29.16 | 23.04 | 15.22 | - |
| YUV | 132.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 101 | 0 | 0.42 | 0.47 | 0.25 | 6.07 | 0.41 | 0.57 |
| Hex | BE | 6E | 65 | 0 | 2A | 2F | 19 | 6 | 29 | 39 |
| Octal | 276 | 156 | 145 | 0 | 52 | 57 | 31 | 6 | 51 | 71 |
| Binary | 10111110 | 1101110 | 1100101 | 0 | 101010 | 101111 | 11001 | 110 | 101001 | 111001 |
Color Harmonies of #BE6E65
Complementary color
Monochromatic Colors of #BE6E65
Black with #BE6E65
Text Example
Text Example
White with #BE6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6E65; }
p { color: rgb(190,110,101); }
H1.HeaderClassName
{
color: #BE6E65;
}
.AnyTagClassName
{
color: #BE6E65;
}
</style>
background-color css
<style>
a { background-color: #BE6E65; }
a { background-color: rgb(190,110,101); }
div.DivClassName
{
background-color: #BE6E65;
}
.BgClassName
{
background-color: #BE6E65;
}
</style>
border-color css
<style>
span { border-color: #BE6E65; }
span { border-color: rgb(190,110,101); }
td.TdClassName
{
border-color: #BE6E65;
}
.TagClassName
{
border-color: #BE6E65;
}
</style>