Shades of Contessa #BA726B
Tints of Contessa #BA726B
RGB
CMYK
RGB Variations
Color information
#BA726B (or 0xBA726B) is known color: Contessa. HEX triplet: BA, 72 and 6B. RGB value is (186,114,107). Sum of RGB (Red+Green+Blue) = 186+114+107=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA726B is #458D94. Grayscale: #868686. Windows color (decimal): -4558229 or 7041722. OLE color: 7041722.
HSL color Cylindrical-coordinate representation of color #BA726B: hue angle of 5.32º 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 #BA726B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 107 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 5.32º | 0.36% | 0.57% | - |
| HSV(B) | 5.32º | 0.42% | 0.73% | - |
| XYZ | 28.92 | 23.54 | 16.93 | - |
| YUV | 134.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 107 | 0 | 0.39 | 0.42 | 0.27 | 5.32 | 0.36 | 0.57 |
| Hex | BA | 72 | 6B | 0 | 27 | 2A | 1B | 5 | 24 | 39 |
| Octal | 272 | 162 | 153 | 0 | 47 | 52 | 33 | 5 | 44 | 71 |
| Binary | 10111010 | 1110010 | 1101011 | 0 | 100111 | 101010 | 11011 | 101 | 100100 | 111001 |
Color Harmonies of #BA726B
Complementary color
Monochromatic Colors of #BA726B
Black with #BA726B
Text Example
Text Example
White with #BA726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA726B; }
p { color: rgb(186,114,107); }
H1.HeaderClassName
{
color: #BA726B;
}
.AnyTagClassName
{
color: #BA726B;
}
</style>
background-color css
<style>
a { background-color: #BA726B; }
a { background-color: rgb(186,114,107); }
div.DivClassName
{
background-color: #BA726B;
}
.BgClassName
{
background-color: #BA726B;
}
</style>
border-color css
<style>
span { border-color: #BA726B; }
span { border-color: rgb(186,114,107); }
td.TdClassName
{
border-color: #BA726B;
}
.TagClassName
{
border-color: #BA726B;
}
</style>