Shades of Contessa #BA7673
Tints of Contessa #BA7673
RGB
CMYK
RGB Variations
Color information
#BA7673 (or 0xBA7673) is known color: Contessa. HEX triplet: BA, 76 and 73. RGB value is (186,118,115). Sum of RGB (Red+Green+Blue) = 186+118+115=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7673 is #45898C. Grayscale: #8A8A8A. Windows color (decimal): -4557197 or 7567034. OLE color: 7567034.
HSL color Cylindrical-coordinate representation of color #BA7673: hue angle of 2.54º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7673 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 115 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.27 |
| HSL | 2.54º | 0.34% | 0.59% | - |
| HSV(B) | 2.54º | 0.38% | 0.73% | - |
| XYZ | 29.82 | 24.63 | 19.4 | - |
| YUV | 137.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 115 | 0 | 0.37 | 0.38 | 0.27 | 2.54 | 0.34 | 0.59 |
| Hex | BA | 76 | 73 | 0 | 25 | 26 | 1B | 3 | 22 | 3B |
| Octal | 272 | 166 | 163 | 0 | 45 | 46 | 33 | 3 | 42 | 73 |
| Binary | 10111010 | 1110110 | 1110011 | 0 | 100101 | 100110 | 11011 | 11 | 100010 | 111011 |
Color Harmonies of #BA7673
Complementary color
Monochromatic Colors of #BA7673
Black with #BA7673
Text Example
Text Example
White with #BA7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7673; }
p { color: rgb(186,118,115); }
H1.HeaderClassName
{
color: #BA7673;
}
.AnyTagClassName
{
color: #BA7673;
}
</style>
background-color css
<style>
a { background-color: #BA7673; }
a { background-color: rgb(186,118,115); }
div.DivClassName
{
background-color: #BA7673;
}
.BgClassName
{
background-color: #BA7673;
}
</style>
border-color css
<style>
span { border-color: #BA7673; }
span { border-color: rgb(186,118,115); }
td.TdClassName
{
border-color: #BA7673;
}
.TagClassName
{
border-color: #BA7673;
}
</style>