Shades of Contessa #BA6663
Tints of Contessa #BA6663
RGB
CMYK
RGB Variations
Color information
#BA6663 (or 0xBA6663) is known color: Contessa. HEX triplet: BA, 66 and 63. RGB value is (186,102,99). Sum of RGB (Red+Green+Blue) = 186+102+99=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6663 is #45999C. Grayscale: #7E7E7E. Windows color (decimal): -4561309 or 6514362. OLE color: 6514362.
HSL color Cylindrical-coordinate representation of color #BA6663: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6663 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 99 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.27 |
| HSL | 2.07º | 0.39% | 0.56% | - |
| HSV(B) | 2.07º | 0.47% | 0.73% | - |
| XYZ | 27.25 | 20.84 | 14.39 | - |
| YUV | 126.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 99 | 0 | 0.45 | 0.47 | 0.27 | 2.07 | 0.39 | 0.56 |
| Hex | BA | 66 | 63 | 0 | 2D | 2F | 1B | 2 | 27 | 38 |
| Octal | 272 | 146 | 143 | 0 | 55 | 57 | 33 | 2 | 47 | 70 |
| Binary | 10111010 | 1100110 | 1100011 | 0 | 101101 | 101111 | 11011 | 10 | 100111 | 111000 |
Color Harmonies of #BA6663
Complementary color
Monochromatic Colors of #BA6663
Black with #BA6663
Text Example
Text Example
White with #BA6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6663; }
p { color: rgb(186,102,99); }
H1.HeaderClassName
{
color: #BA6663;
}
.AnyTagClassName
{
color: #BA6663;
}
</style>
background-color css
<style>
a { background-color: #BA6663; }
a { background-color: rgb(186,102,99); }
div.DivClassName
{
background-color: #BA6663;
}
.BgClassName
{
background-color: #BA6663;
}
</style>
border-color css
<style>
span { border-color: #BA6663; }
span { border-color: rgb(186,102,99); }
td.TdClassName
{
border-color: #BA6663;
}
.TagClassName
{
border-color: #BA6663;
}
</style>