Shades of Contessa #BE7776
Tints of Contessa #BE7776
RGB
CMYK
RGB Variations
Color information
#BE7776 (or 0xBE7776) is known color: Contessa. HEX triplet: BE, 77 and 76. RGB value is (190,119,118). Sum of RGB (Red+Green+Blue) = 190+119+118=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7776 is #418889. Grayscale: #8C8C8C. Windows color (decimal): -4294794 or 7763902. OLE color: 7763902.
HSL color Cylindrical-coordinate representation of color #BE7776: hue angle of 0.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7776 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 118 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.25 |
| HSL | 0.83º | 0.36% | 0.6% | - |
| HSV(B) | 0.83º | 0.38% | 0.75% | - |
| XYZ | 31.1 | 25.45 | 20.41 | - |
| YUV | 140.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 118 | 0 | 0.37 | 0.38 | 0.25 | 0.83 | 0.36 | 0.6 |
| Hex | BE | 77 | 76 | 0 | 25 | 26 | 19 | 1 | 24 | 3C |
| Octal | 276 | 167 | 166 | 0 | 45 | 46 | 31 | 1 | 44 | 74 |
| Binary | 10111110 | 1110111 | 1110110 | 0 | 100101 | 100110 | 11001 | 1 | 100100 | 111100 |
Color Harmonies of #BE7776
Complementary color
Monochromatic Colors of #BE7776
Black with #BE7776
Text Example
Text Example
White with #BE7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7776; }
p { color: rgb(190,119,118); }
H1.HeaderClassName
{
color: #BE7776;
}
.AnyTagClassName
{
color: #BE7776;
}
</style>
background-color css
<style>
a { background-color: #BE7776; }
a { background-color: rgb(190,119,118); }
div.DivClassName
{
background-color: #BE7776;
}
.BgClassName
{
background-color: #BE7776;
}
</style>
border-color css
<style>
span { border-color: #BE7776; }
span { border-color: rgb(190,119,118); }
td.TdClassName
{
border-color: #BE7776;
}
.TagClassName
{
border-color: #BE7776;
}
</style>