Shades of Contessa #BA6665
Tints of Contessa #BA6665
RGB
CMYK
RGB Variations
Color information
#BA6665 (or 0xBA6665) is known color: Contessa. HEX triplet: BA, 66 and 65. RGB value is (186,102,101). Sum of RGB (Red+Green+Blue) = 186+102+101=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6665 is #45999A. Grayscale: #7F7F7F. Windows color (decimal): -4561307 or 6645434. OLE color: 6645434.
HSL color Cylindrical-coordinate representation of color #BA6665: hue angle of 0.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6665 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 101 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.27 |
| HSL | 0.71º | 0.38% | 0.56% | - |
| HSV(B) | 0.71º | 0.46% | 0.73% | - |
| XYZ | 27.35 | 20.88 | 14.9 | - |
| YUV | 127 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 101 | 0 | 0.45 | 0.46 | 0.27 | 0.71 | 0.38 | 0.56 |
| Hex | BA | 66 | 65 | 0 | 2D | 2E | 1B | 1 | 26 | 38 |
| Octal | 272 | 146 | 145 | 0 | 55 | 56 | 33 | 1 | 46 | 70 |
| Binary | 10111010 | 1100110 | 1100101 | 0 | 101101 | 101110 | 11011 | 1 | 100110 | 111000 |
Color Harmonies of #BA6665
Complementary color
Monochromatic Colors of #BA6665
Black with #BA6665
Text Example
Text Example
White with #BA6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6665; }
p { color: rgb(186,102,101); }
H1.HeaderClassName
{
color: #BA6665;
}
.AnyTagClassName
{
color: #BA6665;
}
</style>
background-color css
<style>
a { background-color: #BA6665; }
a { background-color: rgb(186,102,101); }
div.DivClassName
{
background-color: #BA6665;
}
.BgClassName
{
background-color: #BA6665;
}
</style>
border-color css
<style>
span { border-color: #BA6665; }
span { border-color: rgb(186,102,101); }
td.TdClassName
{
border-color: #BA6665;
}
.TagClassName
{
border-color: #BA6665;
}
</style>