Shades of Contessa #BA7265
Tints of Contessa #BA7265
RGB
CMYK
RGB Variations
Color information
#BA7265 (or 0xBA7265) is known color: Contessa. HEX triplet: BA, 72 and 65. RGB value is (186,114,101). Sum of RGB (Red+Green+Blue) = 186+114+101=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7265 is #458D9A. Grayscale: #868686. Windows color (decimal): -4558235 or 6648506. OLE color: 6648506.
HSL color Cylindrical-coordinate representation of color #BA7265: hue angle of 9.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7265 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 101 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.27 |
| HSL | 9.18º | 0.38% | 0.56% | - |
| HSV(B) | 9.18º | 0.46% | 0.73% | - |
| XYZ | 28.62 | 23.41 | 15.32 | - |
| YUV | 134.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 101 | 0 | 0.39 | 0.46 | 0.27 | 9.18 | 0.38 | 0.56 |
| Hex | BA | 72 | 65 | 0 | 27 | 2E | 1B | 9 | 26 | 38 |
| Octal | 272 | 162 | 145 | 0 | 47 | 56 | 33 | 11 | 46 | 70 |
| Binary | 10111010 | 1110010 | 1100101 | 0 | 100111 | 101110 | 11011 | 1001 | 100110 | 111000 |
Color Harmonies of #BA7265
Complementary color
Monochromatic Colors of #BA7265
Black with #BA7265
Text Example
Text Example
White with #BA7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7265; }
p { color: rgb(186,114,101); }
H1.HeaderClassName
{
color: #BA7265;
}
.AnyTagClassName
{
color: #BA7265;
}
</style>
background-color css
<style>
a { background-color: #BA7265; }
a { background-color: rgb(186,114,101); }
div.DivClassName
{
background-color: #BA7265;
}
.BgClassName
{
background-color: #BA7265;
}
</style>
border-color css
<style>
span { border-color: #BA7265; }
span { border-color: rgb(186,114,101); }
td.TdClassName
{
border-color: #BA7265;
}
.TagClassName
{
border-color: #BA7265;
}
</style>