Shades of Contessa #BE6A62
Tints of Contessa #BE6A62
RGB
CMYK
RGB Variations
Color information
#BE6A62 (or 0xBE6A62) is known color: Contessa. HEX triplet: BE, 6A and 62. RGB value is (190,106,98). Sum of RGB (Red+Green+Blue) = 190+106+98=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A62 is #41959D. Grayscale: #828282. Windows color (decimal): -4298142 or 6449854. OLE color: 6449854.
HSL color Cylindrical-coordinate representation of color #BE6A62: hue angle of 5.22º 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 #BE6A62 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 98 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.25 |
| HSL | 5.22º | 0.41% | 0.56% | - |
| HSV(B) | 5.22º | 0.48% | 0.75% | - |
| XYZ | 28.59 | 22.14 | 14.32 | - |
| YUV | 130.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 98 | 0 | 0.44 | 0.48 | 0.25 | 5.22 | 0.41 | 0.56 |
| Hex | BE | 6A | 62 | 0 | 2C | 30 | 19 | 5 | 29 | 38 |
| Octal | 276 | 152 | 142 | 0 | 54 | 60 | 31 | 5 | 51 | 70 |
| Binary | 10111110 | 1101010 | 1100010 | 0 | 101100 | 110000 | 11001 | 101 | 101001 | 111000 |
Color Harmonies of #BE6A62
Complementary color
Monochromatic Colors of #BE6A62
Black with #BE6A62
Text Example
Text Example
White with #BE6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A62; }
p { color: rgb(190,106,98); }
H1.HeaderClassName
{
color: #BE6A62;
}
.AnyTagClassName
{
color: #BE6A62;
}
</style>
background-color css
<style>
a { background-color: #BE6A62; }
a { background-color: rgb(190,106,98); }
div.DivClassName
{
background-color: #BE6A62;
}
.BgClassName
{
background-color: #BE6A62;
}
</style>
border-color css
<style>
span { border-color: #BE6A62; }
span { border-color: rgb(190,106,98); }
td.TdClassName
{
border-color: #BE6A62;
}
.TagClassName
{
border-color: #BE6A62;
}
</style>