Shades of Contessa #BE7462
Tints of Contessa #BE7462
RGB
CMYK
RGB Variations
Color information
#BE7462 (or 0xBE7462) is known color: Contessa. HEX triplet: BE, 74 and 62. RGB value is (190,116,98). Sum of RGB (Red+Green+Blue) = 190+116+98=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7462 is #418B9D. Grayscale: #888888. Windows color (decimal): -4295582 or 6452414. OLE color: 6452414.
HSL color Cylindrical-coordinate representation of color #BE7462: hue angle of 11.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7462 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 98 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.25 |
| HSL | 11.74º | 0.41% | 0.56% | - |
| HSV(B) | 11.74º | 0.48% | 0.75% | - |
| XYZ | 29.69 | 24.32 | 14.68 | - |
| YUV | 136.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 98 | 0 | 0.39 | 0.48 | 0.25 | 11.74 | 0.41 | 0.56 |
| Hex | BE | 74 | 62 | 0 | 27 | 30 | 19 | C | 29 | 38 |
| Octal | 276 | 164 | 142 | 0 | 47 | 60 | 31 | 14 | 51 | 70 |
| Binary | 10111110 | 1110100 | 1100010 | 0 | 100111 | 110000 | 11001 | 1100 | 101001 | 111000 |
Color Harmonies of #BE7462
Complementary color
Monochromatic Colors of #BE7462
Black with #BE7462
Text Example
Text Example
White with #BE7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7462; }
p { color: rgb(190,116,98); }
H1.HeaderClassName
{
color: #BE7462;
}
.AnyTagClassName
{
color: #BE7462;
}
</style>
background-color css
<style>
a { background-color: #BE7462; }
a { background-color: rgb(190,116,98); }
div.DivClassName
{
background-color: #BE7462;
}
.BgClassName
{
background-color: #BE7462;
}
</style>
border-color css
<style>
span { border-color: #BE7462; }
span { border-color: rgb(190,116,98); }
td.TdClassName
{
border-color: #BE7462;
}
.TagClassName
{
border-color: #BE7462;
}
</style>