Shades of Contessa #BE7978
Tints of Contessa #BE7978
RGB
CMYK
RGB Variations
Color information
#BE7978 (or 0xBE7978) is known color: Contessa. HEX triplet: BE, 79 and 78. RGB value is (190,121,120). Sum of RGB (Red+Green+Blue) = 190+121+120=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7978 is #418687. Grayscale: #8D8D8D. Windows color (decimal): -4294280 or 7895486. OLE color: 7895486.
HSL color Cylindrical-coordinate representation of color #BE7978: hue angle of 0.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7978 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 120 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.25 |
| HSL | 0.86º | 0.35% | 0.61% | - |
| HSV(B) | 0.86º | 0.37% | 0.75% | - |
| XYZ | 31.46 | 25.98 | 21.13 | - |
| YUV | 141.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 120 | 0 | 0.36 | 0.37 | 0.25 | 0.86 | 0.35 | 0.61 |
| Hex | BE | 79 | 78 | 0 | 24 | 25 | 19 | 1 | 23 | 3D |
| Octal | 276 | 171 | 170 | 0 | 44 | 45 | 31 | 1 | 43 | 75 |
| Binary | 10111110 | 1111001 | 1111000 | 0 | 100100 | 100101 | 11001 | 1 | 100011 | 111101 |
Color Harmonies of #BE7978
Complementary color
Monochromatic Colors of #BE7978
Black with #BE7978
Text Example
Text Example
White with #BE7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7978; }
p { color: rgb(190,121,120); }
H1.HeaderClassName
{
color: #BE7978;
}
.AnyTagClassName
{
color: #BE7978;
}
</style>
background-color css
<style>
a { background-color: #BE7978; }
a { background-color: rgb(190,121,120); }
div.DivClassName
{
background-color: #BE7978;
}
.BgClassName
{
background-color: #BE7978;
}
</style>
border-color css
<style>
span { border-color: #BE7978; }
span { border-color: rgb(190,121,120); }
td.TdClassName
{
border-color: #BE7978;
}
.TagClassName
{
border-color: #BE7978;
}
</style>