Shades of Contessa #BE6963
Tints of Contessa #BE6963
RGB
CMYK
RGB Variations
Color information
#BE6963 (or 0xBE6963) is known color: Contessa. HEX triplet: BE, 69 and 63. RGB value is (190,105,99). Sum of RGB (Red+Green+Blue) = 190+105+99=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6963 is #41969C. Grayscale: #818181. Windows color (decimal): -4298397 or 6515134. OLE color: 6515134.
HSL color Cylindrical-coordinate representation of color #BE6963: hue angle of 3.96º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6963 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 99 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.25 |
| HSL | 3.96º | 0.41% | 0.57% | - |
| HSV(B) | 3.96º | 0.48% | 0.75% | - |
| XYZ | 28.54 | 21.95 | 14.54 | - |
| YUV | 129.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 99 | 0 | 0.45 | 0.48 | 0.25 | 3.96 | 0.41 | 0.57 |
| Hex | BE | 69 | 63 | 0 | 2D | 30 | 19 | 4 | 29 | 39 |
| Octal | 276 | 151 | 143 | 0 | 55 | 60 | 31 | 4 | 51 | 71 |
| Binary | 10111110 | 1101001 | 1100011 | 0 | 101101 | 110000 | 11001 | 100 | 101001 | 111001 |
Color Harmonies of #BE6963
Complementary color
Monochromatic Colors of #BE6963
Black with #BE6963
Text Example
Text Example
White with #BE6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6963; }
p { color: rgb(190,105,99); }
H1.HeaderClassName
{
color: #BE6963;
}
.AnyTagClassName
{
color: #BE6963;
}
</style>
background-color css
<style>
a { background-color: #BE6963; }
a { background-color: rgb(190,105,99); }
div.DivClassName
{
background-color: #BE6963;
}
.BgClassName
{
background-color: #BE6963;
}
</style>
border-color css
<style>
span { border-color: #BE6963; }
span { border-color: rgb(190,105,99); }
td.TdClassName
{
border-color: #BE6963;
}
.TagClassName
{
border-color: #BE6963;
}
</style>