Shades of Contessa #BE7562
Tints of Contessa #BE7562
RGB
CMYK
RGB Variations
Color information
#BE7562 (or 0xBE7562) is known color: Contessa. HEX triplet: BE, 75 and 62. RGB value is (190,117,98). Sum of RGB (Red+Green+Blue) = 190+117+98=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7562 is #418A9D. Grayscale: #888888. Windows color (decimal): -4295326 or 6452670. OLE color: 6452670.
HSL color Cylindrical-coordinate representation of color #BE7562: hue angle of 12.39º 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 #BE7562 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 98 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.25 |
| HSL | 12.39º | 0.41% | 0.56% | - |
| HSV(B) | 12.39º | 0.48% | 0.75% | - |
| XYZ | 29.8 | 24.55 | 14.72 | - |
| YUV | 136.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 98 | 0 | 0.38 | 0.48 | 0.25 | 12.39 | 0.41 | 0.56 |
| Hex | BE | 75 | 62 | 0 | 26 | 30 | 19 | C | 29 | 38 |
| Octal | 276 | 165 | 142 | 0 | 46 | 60 | 31 | 14 | 51 | 70 |
| Binary | 10111110 | 1110101 | 1100010 | 0 | 100110 | 110000 | 11001 | 1100 | 101001 | 111000 |
Color Harmonies of #BE7562
Complementary color
Monochromatic Colors of #BE7562
Black with #BE7562
Text Example
Text Example
White with #BE7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7562; }
p { color: rgb(190,117,98); }
H1.HeaderClassName
{
color: #BE7562;
}
.AnyTagClassName
{
color: #BE7562;
}
</style>
background-color css
<style>
a { background-color: #BE7562; }
a { background-color: rgb(190,117,98); }
div.DivClassName
{
background-color: #BE7562;
}
.BgClassName
{
background-color: #BE7562;
}
</style>
border-color css
<style>
span { border-color: #BE7562; }
span { border-color: rgb(190,117,98); }
td.TdClassName
{
border-color: #BE7562;
}
.TagClassName
{
border-color: #BE7562;
}
</style>