Shades of Contessa #BA6D6B
Tints of Contessa #BA6D6B
RGB
CMYK
RGB Variations
Color information
#BA6D6B (or 0xBA6D6B) is known color: Contessa. HEX triplet: BA, 6D and 6B. RGB value is (186,109,107). Sum of RGB (Red+Green+Blue) = 186+109+107=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D6B is #459294. Grayscale: #838383. Windows color (decimal): -4559509 or 7040442. OLE color: 7040442.
HSL color Cylindrical-coordinate representation of color #BA6D6B: hue angle of 1.52º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6D6B is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 107 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.27 |
| HSL | 1.52º | 0.36% | 0.57% | - |
| HSV(B) | 1.52º | 0.42% | 0.73% | - |
| XYZ | 28.37 | 22.44 | 16.75 | - |
| YUV | 131.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 107 | 0 | 0.41 | 0.42 | 0.27 | 1.52 | 0.36 | 0.57 |
| Hex | BA | 6D | 6B | 0 | 29 | 2A | 1B | 2 | 24 | 39 |
| Octal | 272 | 155 | 153 | 0 | 51 | 52 | 33 | 2 | 44 | 71 |
| Binary | 10111010 | 1101101 | 1101011 | 0 | 101001 | 101010 | 11011 | 10 | 100100 | 111001 |
Color Harmonies of #BA6D6B
Complementary color
Monochromatic Colors of #BA6D6B
Black with #BA6D6B
Text Example
Text Example
White with #BA6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D6B; }
p { color: rgb(186,109,107); }
H1.HeaderClassName
{
color: #BA6D6B;
}
.AnyTagClassName
{
color: #BA6D6B;
}
</style>
background-color css
<style>
a { background-color: #BA6D6B; }
a { background-color: rgb(186,109,107); }
div.DivClassName
{
background-color: #BA6D6B;
}
.BgClassName
{
background-color: #BA6D6B;
}
</style>
border-color css
<style>
span { border-color: #BA6D6B; }
span { border-color: rgb(186,109,107); }
td.TdClassName
{
border-color: #BA6D6B;
}
.TagClassName
{
border-color: #BA6D6B;
}
</style>