Shades of Contessa #BA6C63
Tints of Contessa #BA6C63
RGB
CMYK
RGB Variations
Color information
#BA6C63 (or 0xBA6C63) is known color: Contessa. HEX triplet: BA, 6C and 63. RGB value is (186,108,99). Sum of RGB (Red+Green+Blue) = 186+108+99=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C63 is #45939C. Grayscale: #828282. Windows color (decimal): -4559773 or 6515898. OLE color: 6515898.
HSL color Cylindrical-coordinate representation of color #BA6C63: hue angle of 6.21º 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 #BA6C63 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 99 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.27 |
| HSL | 6.21º | 0.39% | 0.56% | - |
| HSV(B) | 6.21º | 0.47% | 0.73% | - |
| XYZ | 27.86 | 22.07 | 14.59 | - |
| YUV | 130.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 99 | 0 | 0.42 | 0.47 | 0.27 | 6.21 | 0.39 | 0.56 |
| Hex | BA | 6C | 63 | 0 | 2A | 2F | 1B | 6 | 27 | 38 |
| Octal | 272 | 154 | 143 | 0 | 52 | 57 | 33 | 6 | 47 | 70 |
| Binary | 10111010 | 1101100 | 1100011 | 0 | 101010 | 101111 | 11011 | 110 | 100111 | 111000 |
Color Harmonies of #BA6C63
Complementary color
Monochromatic Colors of #BA6C63
Black with #BA6C63
Text Example
Text Example
White with #BA6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C63; }
p { color: rgb(186,108,99); }
H1.HeaderClassName
{
color: #BA6C63;
}
.AnyTagClassName
{
color: #BA6C63;
}
</style>
background-color css
<style>
a { background-color: #BA6C63; }
a { background-color: rgb(186,108,99); }
div.DivClassName
{
background-color: #BA6C63;
}
.BgClassName
{
background-color: #BA6C63;
}
</style>
border-color css
<style>
span { border-color: #BA6C63; }
span { border-color: rgb(186,108,99); }
td.TdClassName
{
border-color: #BA6C63;
}
.TagClassName
{
border-color: #BA6C63;
}
</style>