Shades of Contessa #BE796E
Tints of Contessa #BE796E
RGB
CMYK
RGB Variations
Color information
#BE796E (or 0xBE796E) is known color: Contessa. HEX triplet: BE, 79 and 6E. RGB value is (190,121,110). Sum of RGB (Red+Green+Blue) = 190+121+110=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE796E is #418691. Grayscale: #8C8C8C. Windows color (decimal): -4294290 or 7240126. OLE color: 7240126.
HSL color Cylindrical-coordinate representation of color #BE796E: hue angle of 8.25º 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 #BE796E is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 121 | 110 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.25 |
| HSL | 8.25º | 0.38% | 0.59% | - |
| HSV(B) | 8.25º | 0.42% | 0.75% | - |
| XYZ | 30.89 | 25.75 | 18.09 | - |
| YUV | 140.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 110 | 0 | 0.36 | 0.42 | 0.25 | 8.25 | 0.38 | 0.59 |
| Hex | BE | 79 | 6E | 0 | 24 | 2A | 19 | 8 | 26 | 3B |
| Octal | 276 | 171 | 156 | 0 | 44 | 52 | 31 | 10 | 46 | 73 |
| Binary | 10111110 | 1111001 | 1101110 | 0 | 100100 | 101010 | 11001 | 1000 | 100110 | 111011 |
Color Harmonies of #BE796E
Complementary color
Monochromatic Colors of #BE796E
Black with #BE796E
Text Example
Text Example
White with #BE796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE796E; }
p { color: rgb(190,121,110); }
H1.HeaderClassName
{
color: #BE796E;
}
.AnyTagClassName
{
color: #BE796E;
}
</style>
background-color css
<style>
a { background-color: #BE796E; }
a { background-color: rgb(190,121,110); }
div.DivClassName
{
background-color: #BE796E;
}
.BgClassName
{
background-color: #BE796E;
}
</style>
border-color css
<style>
span { border-color: #BE796E; }
span { border-color: rgb(190,121,110); }
td.TdClassName
{
border-color: #BE796E;
}
.TagClassName
{
border-color: #BE796E;
}
</style>