Shades of Contessa #BE7570
Tints of Contessa #BE7570
RGB
CMYK
RGB Variations
Color information
#BE7570 (or 0xBE7570) is known color: Contessa. HEX triplet: BE, 75 and 70. RGB value is (190,117,112). Sum of RGB (Red+Green+Blue) = 190+117+112=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7570 is #418A8F. Grayscale: #8A8A8A. Windows color (decimal): -4295312 or 7370174. OLE color: 7370174.
HSL color Cylindrical-coordinate representation of color #BE7570: hue angle of 3.85º degrees, saturation: 0.38, 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 #BE7570 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 112 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.25 |
| HSL | 3.85º | 0.38% | 0.59% | - |
| HSV(B) | 3.85º | 0.41% | 0.75% | - |
| XYZ | 30.52 | 24.84 | 18.52 | - |
| YUV | 138.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 112 | 0 | 0.38 | 0.41 | 0.25 | 3.85 | 0.38 | 0.59 |
| Hex | BE | 75 | 70 | 0 | 26 | 29 | 19 | 4 | 26 | 3B |
| Octal | 276 | 165 | 160 | 0 | 46 | 51 | 31 | 4 | 46 | 73 |
| Binary | 10111110 | 1110101 | 1110000 | 0 | 100110 | 101001 | 11001 | 100 | 100110 | 111011 |
Color Harmonies of #BE7570
Complementary color
Monochromatic Colors of #BE7570
Black with #BE7570
Text Example
Text Example
White with #BE7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7570; }
p { color: rgb(190,117,112); }
H1.HeaderClassName
{
color: #BE7570;
}
.AnyTagClassName
{
color: #BE7570;
}
</style>
background-color css
<style>
a { background-color: #BE7570; }
a { background-color: rgb(190,117,112); }
div.DivClassName
{
background-color: #BE7570;
}
.BgClassName
{
background-color: #BE7570;
}
</style>
border-color css
<style>
span { border-color: #BE7570; }
span { border-color: rgb(190,117,112); }
td.TdClassName
{
border-color: #BE7570;
}
.TagClassName
{
border-color: #BE7570;
}
</style>