Shades of Contessa #BE7270
Tints of Contessa #BE7270
RGB
CMYK
RGB Variations
Color information
#BE7270 (or 0xBE7270) is known color: Contessa. HEX triplet: BE, 72 and 70. RGB value is (190,114,112). Sum of RGB (Red+Green+Blue) = 190+114+112=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7270 is #418D8F. Grayscale: #888888. Windows color (decimal): -4296080 or 7369406. OLE color: 7369406.
HSL color Cylindrical-coordinate representation of color #BE7270: hue angle of 1.54º 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 #BE7270 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 112 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.25 |
| HSL | 1.54º | 0.38% | 0.59% | - |
| HSV(B) | 1.54º | 0.41% | 0.75% | - |
| XYZ | 30.18 | 24.15 | 18.4 | - |
| YUV | 136.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 112 | 0 | 0.40 | 0.41 | 0.25 | 1.54 | 0.38 | 0.59 |
| Hex | BE | 72 | 70 | 0 | 28 | 29 | 19 | 2 | 26 | 3B |
| Octal | 276 | 162 | 160 | 0 | 50 | 51 | 31 | 2 | 46 | 73 |
| Binary | 10111110 | 1110010 | 1110000 | 0 | 101000 | 101001 | 11001 | 10 | 100110 | 111011 |
Color Harmonies of #BE7270
Complementary color
Monochromatic Colors of #BE7270
Black with #BE7270
Text Example
Text Example
White with #BE7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7270; }
p { color: rgb(190,114,112); }
H1.HeaderClassName
{
color: #BE7270;
}
.AnyTagClassName
{
color: #BE7270;
}
</style>
background-color css
<style>
a { background-color: #BE7270; }
a { background-color: rgb(190,114,112); }
div.DivClassName
{
background-color: #BE7270;
}
.BgClassName
{
background-color: #BE7270;
}
</style>
border-color css
<style>
span { border-color: #BE7270; }
span { border-color: rgb(190,114,112); }
td.TdClassName
{
border-color: #BE7270;
}
.TagClassName
{
border-color: #BE7270;
}
</style>