Shades of Contessa #BE7371
Tints of Contessa #BE7371
RGB
CMYK
RGB Variations
Color information
#BE7371 (or 0xBE7371) is known color: Contessa. HEX triplet: BE, 73 and 71. RGB value is (190,115,113). Sum of RGB (Red+Green+Blue) = 190+115+113=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7371 is #418C8E. Grayscale: #898989. Windows color (decimal): -4295823 or 7435198. OLE color: 7435198.
HSL color Cylindrical-coordinate representation of color #BE7371: hue angle of 1.56º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7371 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 113 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.25 |
| HSL | 1.56º | 0.37% | 0.59% | - |
| HSV(B) | 1.56º | 0.41% | 0.75% | - |
| XYZ | 30.35 | 24.4 | 18.73 | - |
| YUV | 137.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 113 | 0 | 0.39 | 0.41 | 0.25 | 1.56 | 0.37 | 0.59 |
| Hex | BE | 73 | 71 | 0 | 27 | 29 | 19 | 2 | 25 | 3B |
| Octal | 276 | 163 | 161 | 0 | 47 | 51 | 31 | 2 | 45 | 73 |
| Binary | 10111110 | 1110011 | 1110001 | 0 | 100111 | 101001 | 11001 | 10 | 100101 | 111011 |
Color Harmonies of #BE7371
Complementary color
Monochromatic Colors of #BE7371
Black with #BE7371
Text Example
Text Example
White with #BE7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7371; }
p { color: rgb(190,115,113); }
H1.HeaderClassName
{
color: #BE7371;
}
.AnyTagClassName
{
color: #BE7371;
}
</style>
background-color css
<style>
a { background-color: #BE7371; }
a { background-color: rgb(190,115,113); }
div.DivClassName
{
background-color: #BE7371;
}
.BgClassName
{
background-color: #BE7371;
}
</style>
border-color css
<style>
span { border-color: #BE7371; }
span { border-color: rgb(190,115,113); }
td.TdClassName
{
border-color: #BE7371;
}
.TagClassName
{
border-color: #BE7371;
}
</style>