Shades of Contessa #BE6862
Tints of Contessa #BE6862
RGB
CMYK
RGB Variations
Color information
#BE6862 (or 0xBE6862) is known color: Contessa. HEX triplet: BE, 68 and 62. RGB value is (190,104,98). Sum of RGB (Red+Green+Blue) = 190+104+98=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6862 is #41979D. Grayscale: #818181. Windows color (decimal): -4298654 or 6449342. OLE color: 6449342.
HSL color Cylindrical-coordinate representation of color #BE6862: hue angle of 3.91º 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 #BE6862 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 98 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.25 |
| HSL | 3.91º | 0.41% | 0.56% | - |
| HSV(B) | 3.91º | 0.48% | 0.75% | - |
| XYZ | 28.39 | 21.73 | 14.25 | - |
| YUV | 129.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 98 | 0 | 0.45 | 0.48 | 0.25 | 3.91 | 0.41 | 0.56 |
| Hex | BE | 68 | 62 | 0 | 2D | 30 | 19 | 4 | 29 | 38 |
| Octal | 276 | 150 | 142 | 0 | 55 | 60 | 31 | 4 | 51 | 70 |
| Binary | 10111110 | 1101000 | 1100010 | 0 | 101101 | 110000 | 11001 | 100 | 101001 | 111000 |
Color Harmonies of #BE6862
Complementary color
Monochromatic Colors of #BE6862
Black with #BE6862
Text Example
Text Example
White with #BE6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6862; }
p { color: rgb(190,104,98); }
H1.HeaderClassName
{
color: #BE6862;
}
.AnyTagClassName
{
color: #BE6862;
}
</style>
background-color css
<style>
a { background-color: #BE6862; }
a { background-color: rgb(190,104,98); }
div.DivClassName
{
background-color: #BE6862;
}
.BgClassName
{
background-color: #BE6862;
}
</style>
border-color css
<style>
span { border-color: #BE6862; }
span { border-color: rgb(190,104,98); }
td.TdClassName
{
border-color: #BE6862;
}
.TagClassName
{
border-color: #BE6862;
}
</style>