Shades of Contessa #BA6967
Tints of Contessa #BA6967
RGB
CMYK
RGB Variations
Color information
#BA6967 (or 0xBA6967) is known color: Contessa. HEX triplet: BA, 69 and 67. RGB value is (186,105,103). Sum of RGB (Red+Green+Blue) = 186+105+103=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6967 is #459698. Grayscale: #818181. Windows color (decimal): -4560537 or 6777274. OLE color: 6777274.
HSL color Cylindrical-coordinate representation of color #BA6967: hue angle of 1.45º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6967 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 103 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.27 |
| HSL | 1.45º | 0.38% | 0.57% | - |
| HSV(B) | 1.45º | 0.45% | 0.73% | - |
| XYZ | 27.75 | 21.52 | 15.52 | - |
| YUV | 128.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 103 | 0 | 0.44 | 0.45 | 0.27 | 1.45 | 0.38 | 0.57 |
| Hex | BA | 69 | 67 | 0 | 2C | 2D | 1B | 1 | 26 | 39 |
| Octal | 272 | 151 | 147 | 0 | 54 | 55 | 33 | 1 | 46 | 71 |
| Binary | 10111010 | 1101001 | 1100111 | 0 | 101100 | 101101 | 11011 | 1 | 100110 | 111001 |
Color Harmonies of #BA6967
Complementary color
Monochromatic Colors of #BA6967
Black with #BA6967
Text Example
Text Example
White with #BA6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6967; }
p { color: rgb(186,105,103); }
H1.HeaderClassName
{
color: #BA6967;
}
.AnyTagClassName
{
color: #BA6967;
}
</style>
background-color css
<style>
a { background-color: #BA6967; }
a { background-color: rgb(186,105,103); }
div.DivClassName
{
background-color: #BA6967;
}
.BgClassName
{
background-color: #BA6967;
}
</style>
border-color css
<style>
span { border-color: #BA6967; }
span { border-color: rgb(186,105,103); }
td.TdClassName
{
border-color: #BA6967;
}
.TagClassName
{
border-color: #BA6967;
}
</style>