Shades of Contessa #BE6866
Tints of Contessa #BE6866
RGB
CMYK
RGB Variations
Color information
#BE6866 (or 0xBE6866) is known color: Contessa. HEX triplet: BE, 68 and 66. RGB value is (190,104,102). Sum of RGB (Red+Green+Blue) = 190+104+102=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6866 is #419799. Grayscale: #818181. Windows color (decimal): -4298650 or 6711486. OLE color: 6711486.
HSL color Cylindrical-coordinate representation of color #BE6866: hue angle of 1.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6866 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 102 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.25 |
| HSL | 1.36º | 0.4% | 0.57% | - |
| HSV(B) | 1.36º | 0.46% | 0.75% | - |
| XYZ | 28.58 | 21.81 | 15.27 | - |
| YUV | 129.49 | 112.49 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 102 | 0 | 0.45 | 0.46 | 0.25 | 1.36 | 0.4 | 0.57 |
| Hex | BE | 68 | 66 | 0 | 2D | 2E | 19 | 1 | 28 | 39 |
| Octal | 276 | 150 | 146 | 0 | 55 | 56 | 31 | 1 | 50 | 71 |
| Binary | 10111110 | 1101000 | 1100110 | 0 | 101101 | 101110 | 11001 | 1 | 101000 | 111001 |
Color Harmonies of #BE6866
Complementary color
Monochromatic Colors of #BE6866
Black with #BE6866
Text Example
Text Example
White with #BE6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6866; }
p { color: rgb(190,104,102); }
H1.HeaderClassName
{
color: #BE6866;
}
.AnyTagClassName
{
color: #BE6866;
}
</style>
background-color css
<style>
a { background-color: #BE6866; }
a { background-color: rgb(190,104,102); }
div.DivClassName
{
background-color: #BE6866;
}
.BgClassName
{
background-color: #BE6866;
}
</style>
border-color css
<style>
span { border-color: #BE6866; }
span { border-color: rgb(190,104,102); }
td.TdClassName
{
border-color: #BE6866;
}
.TagClassName
{
border-color: #BE6866;
}
</style>