Shades of Contessa #BA6B66
Tints of Contessa #BA6B66
RGB
CMYK
RGB Variations
Color information
#BA6B66 (or 0xBA6B66) is known color: Contessa. HEX triplet: BA, 6B and 66. RGB value is (186,107,102). Sum of RGB (Red+Green+Blue) = 186+107+102=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B66 is #459499. Grayscale: #828282. Windows color (decimal): -4560026 or 6712250. OLE color: 6712250.
HSL color Cylindrical-coordinate representation of color #BA6B66: hue angle of 3.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6B66 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 102 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.27 |
| HSL | 3.57º | 0.38% | 0.56% | - |
| HSV(B) | 3.57º | 0.45% | 0.73% | - |
| XYZ | 27.91 | 21.91 | 15.33 | - |
| YUV | 130.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 102 | 0 | 0.42 | 0.45 | 0.27 | 3.57 | 0.38 | 0.56 |
| Hex | BA | 6B | 66 | 0 | 2A | 2D | 1B | 4 | 26 | 38 |
| Octal | 272 | 153 | 146 | 0 | 52 | 55 | 33 | 4 | 46 | 70 |
| Binary | 10111010 | 1101011 | 1100110 | 0 | 101010 | 101101 | 11011 | 100 | 100110 | 111000 |
Color Harmonies of #BA6B66
Complementary color
Monochromatic Colors of #BA6B66
Black with #BA6B66
Text Example
Text Example
White with #BA6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B66; }
p { color: rgb(186,107,102); }
H1.HeaderClassName
{
color: #BA6B66;
}
.AnyTagClassName
{
color: #BA6B66;
}
</style>
background-color css
<style>
a { background-color: #BA6B66; }
a { background-color: rgb(186,107,102); }
div.DivClassName
{
background-color: #BA6B66;
}
.BgClassName
{
background-color: #BA6B66;
}
</style>
border-color css
<style>
span { border-color: #BA6B66; }
span { border-color: rgb(186,107,102); }
td.TdClassName
{
border-color: #BA6B66;
}
.TagClassName
{
border-color: #BA6B66;
}
</style>