Shades of Contessa #BE7171
Tints of Contessa #BE7171
RGB
CMYK
RGB Variations
Color information
#BE7171 (or 0xBE7171) is known color: Contessa. HEX triplet: BE, 71 and 71. RGB value is (190,113,113). Sum of RGB (Red+Green+Blue) = 190+113+113=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7171 is #418E8E. Grayscale: #888888. Windows color (decimal): -4296335 or 7434686. OLE color: 7434686.
HSL color Cylindrical-coordinate representation of color #BE7171: hue angle of 0º 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 #BE7171 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 113 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.25 |
| HSL | 0º | 0.37% | 0.59% | - |
| HSV(B) | 0º | 0.41% | 0.75% | - |
| XYZ | 30.12 | 23.95 | 18.66 | - |
| YUV | 136.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 113 | 0 | 0.41 | 0.41 | 0.25 | 0 | 0.37 | 0.59 |
| Hex | BE | 71 | 71 | 0 | 29 | 29 | 19 | 0 | 25 | 3B |
| Octal | 276 | 161 | 161 | 0 | 51 | 51 | 31 | 0 | 45 | 73 |
| Binary | 10111110 | 1110001 | 1110001 | 0 | 101001 | 101001 | 11001 | 0 | 100101 | 111011 |
Color Harmonies of #BE7171
Complementary color
Monochromatic Colors of #BE7171
Black with #BE7171
Text Example
Text Example
White with #BE7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7171; }
p { color: rgb(190,113,113); }
H1.HeaderClassName
{
color: #BE7171;
}
.AnyTagClassName
{
color: #BE7171;
}
</style>
background-color css
<style>
a { background-color: #BE7171; }
a { background-color: rgb(190,113,113); }
div.DivClassName
{
background-color: #BE7171;
}
.BgClassName
{
background-color: #BE7171;
}
</style>
border-color css
<style>
span { border-color: #BE7171; }
span { border-color: rgb(190,113,113); }
td.TdClassName
{
border-color: #BE7171;
}
.TagClassName
{
border-color: #BE7171;
}
</style>