Shades of Contessa #BE726E
Tints of Contessa #BE726E
RGB
CMYK
RGB Variations
Color information
#BE726E (or 0xBE726E) is known color: Contessa. HEX triplet: BE, 72 and 6E. RGB value is (190,114,110). Sum of RGB (Red+Green+Blue) = 190+114+110=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE726E is #418D91. Grayscale: #888888. Windows color (decimal): -4296082 or 7238334. OLE color: 7238334.
HSL color Cylindrical-coordinate representation of color #BE726E: hue angle of 3º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE726E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 110 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.25 |
| HSL | 3º | 0.38% | 0.59% | - |
| HSV(B) | 3º | 0.42% | 0.75% | - |
| XYZ | 30.07 | 24.11 | 17.82 | - |
| YUV | 136.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 110 | 0 | 0.40 | 0.42 | 0.25 | 3 | 0.38 | 0.59 |
| Hex | BE | 72 | 6E | 0 | 28 | 2A | 19 | 3 | 26 | 3B |
| Octal | 276 | 162 | 156 | 0 | 50 | 52 | 31 | 3 | 46 | 73 |
| Binary | 10111110 | 1110010 | 1101110 | 0 | 101000 | 101010 | 11001 | 11 | 100110 | 111011 |
Color Harmonies of #BE726E
Complementary color
Monochromatic Colors of #BE726E
Black with #BE726E
Text Example
Text Example
White with #BE726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE726E; }
p { color: rgb(190,114,110); }
H1.HeaderClassName
{
color: #BE726E;
}
.AnyTagClassName
{
color: #BE726E;
}
</style>
background-color css
<style>
a { background-color: #BE726E; }
a { background-color: rgb(190,114,110); }
div.DivClassName
{
background-color: #BE726E;
}
.BgClassName
{
background-color: #BE726E;
}
</style>
border-color css
<style>
span { border-color: #BE726E; }
span { border-color: rgb(190,114,110); }
td.TdClassName
{
border-color: #BE726E;
}
.TagClassName
{
border-color: #BE726E;
}
</style>