Shades of Contessa #BE7B71
Tints of Contessa #BE7B71
RGB
CMYK
RGB Variations
Color information
#BE7B71 (or 0xBE7B71) is known color: Contessa. HEX triplet: BE, 7B and 71. RGB value is (190,123,113). Sum of RGB (Red+Green+Blue) = 190+123+113=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B71 is #41848E. Grayscale: #8E8E8E. Windows color (decimal): -4293775 or 7437246. OLE color: 7437246.
HSL color Cylindrical-coordinate representation of color #BE7B71: hue angle of 7.79º 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 #BE7B71 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 113 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.25 |
| HSL | 7.79º | 0.37% | 0.59% | - |
| HSV(B) | 7.79º | 0.41% | 0.75% | - |
| XYZ | 31.3 | 26.31 | 19.05 | - |
| YUV | 141.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 113 | 0 | 0.35 | 0.41 | 0.25 | 7.79 | 0.37 | 0.59 |
| Hex | BE | 7B | 71 | 0 | 23 | 29 | 19 | 8 | 25 | 3B |
| Octal | 276 | 173 | 161 | 0 | 43 | 51 | 31 | 10 | 45 | 73 |
| Binary | 10111110 | 1111011 | 1110001 | 0 | 100011 | 101001 | 11001 | 1000 | 100101 | 111011 |
Color Harmonies of #BE7B71
Complementary color
Monochromatic Colors of #BE7B71
Black with #BE7B71
Text Example
Text Example
White with #BE7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B71; }
p { color: rgb(190,123,113); }
H1.HeaderClassName
{
color: #BE7B71;
}
.AnyTagClassName
{
color: #BE7B71;
}
</style>
background-color css
<style>
a { background-color: #BE7B71; }
a { background-color: rgb(190,123,113); }
div.DivClassName
{
background-color: #BE7B71;
}
.BgClassName
{
background-color: #BE7B71;
}
</style>
border-color css
<style>
span { border-color: #BE7B71; }
span { border-color: rgb(190,123,113); }
td.TdClassName
{
border-color: #BE7B71;
}
.TagClassName
{
border-color: #BE7B71;
}
</style>