Shades of Contessa #BA725F
Tints of Contessa #BA725F
RGB
CMYK
RGB Variations
Color information
#BA725F (or 0xBA725F) is known color: Contessa. HEX triplet: BA, 72 and 5F. RGB value is (186,114,95). Sum of RGB (Red+Green+Blue) = 186+114+95=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA725F is #458DA0. Grayscale: #858585. Windows color (decimal): -4558241 or 6255290. OLE color: 6255290.
HSL color Cylindrical-coordinate representation of color #BA725F: hue angle of 12.53º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA725F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 95 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.27 |
| HSL | 12.53º | 0.4% | 0.55% | - |
| HSV(B) | 12.53º | 0.49% | 0.73% | - |
| XYZ | 28.33 | 23.3 | 13.83 | - |
| YUV | 133.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 95 | 0 | 0.39 | 0.49 | 0.27 | 12.53 | 0.4 | 0.55 |
| Hex | BA | 72 | 5F | 0 | 27 | 31 | 1B | D | 28 | 37 |
| Octal | 272 | 162 | 137 | 0 | 47 | 61 | 33 | 15 | 50 | 67 |
| Binary | 10111010 | 1110010 | 1011111 | 0 | 100111 | 110001 | 11011 | 1101 | 101000 | 110111 |
Color Harmonies of #BA725F
Complementary color
Monochromatic Colors of #BA725F
Black with #BA725F
Text Example
Text Example
White with #BA725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA725F; }
p { color: rgb(186,114,95); }
H1.HeaderClassName
{
color: #BA725F;
}
.AnyTagClassName
{
color: #BA725F;
}
</style>
background-color css
<style>
a { background-color: #BA725F; }
a { background-color: rgb(186,114,95); }
div.DivClassName
{
background-color: #BA725F;
}
.BgClassName
{
background-color: #BA725F;
}
</style>
border-color css
<style>
span { border-color: #BA725F; }
span { border-color: rgb(186,114,95); }
td.TdClassName
{
border-color: #BA725F;
}
.TagClassName
{
border-color: #BA725F;
}
</style>