Shades of Contessa #BE766E
Tints of Contessa #BE766E
RGB
CMYK
RGB Variations
Color information
#BE766E (or 0xBE766E) is known color: Contessa. HEX triplet: BE, 76 and 6E. RGB value is (190,118,110). Sum of RGB (Red+Green+Blue) = 190+118+110=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE766E is #418991. Grayscale: #8A8A8A. Windows color (decimal): -4295058 or 7239358. OLE color: 7239358.
HSL color Cylindrical-coordinate representation of color #BE766E: hue angle of 6º 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 #BE766E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 110 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.25 |
| HSL | 6º | 0.38% | 0.59% | - |
| HSV(B) | 6º | 0.42% | 0.75% | - |
| XYZ | 30.53 | 25.03 | 17.97 | - |
| YUV | 138.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 110 | 0 | 0.38 | 0.42 | 0.25 | 6 | 0.38 | 0.59 |
| Hex | BE | 76 | 6E | 0 | 26 | 2A | 19 | 6 | 26 | 3B |
| Octal | 276 | 166 | 156 | 0 | 46 | 52 | 31 | 6 | 46 | 73 |
| Binary | 10111110 | 1110110 | 1101110 | 0 | 100110 | 101010 | 11001 | 110 | 100110 | 111011 |
Color Harmonies of #BE766E
Complementary color
Monochromatic Colors of #BE766E
Black with #BE766E
Text Example
Text Example
White with #BE766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE766E; }
p { color: rgb(190,118,110); }
H1.HeaderClassName
{
color: #BE766E;
}
.AnyTagClassName
{
color: #BE766E;
}
</style>
background-color css
<style>
a { background-color: #BE766E; }
a { background-color: rgb(190,118,110); }
div.DivClassName
{
background-color: #BE766E;
}
.BgClassName
{
background-color: #BE766E;
}
</style>
border-color css
<style>
span { border-color: #BE766E; }
span { border-color: rgb(190,118,110); }
td.TdClassName
{
border-color: #BE766E;
}
.TagClassName
{
border-color: #BE766E;
}
</style>