Shades of Contessa #BA7263
Tints of Contessa #BA7263
RGB
CMYK
RGB Variations
Color information
#BA7263 (or 0xBA7263) is known color: Contessa. HEX triplet: BA, 72 and 63. RGB value is (186,114,99). Sum of RGB (Red+Green+Blue) = 186+114+99=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7263 is #458D9C. Grayscale: #858585. Windows color (decimal): -4558237 or 6517434. OLE color: 6517434.
HSL color Cylindrical-coordinate representation of color #BA7263: hue angle of 10.34º 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 #BA7263 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 99 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.27 |
| HSL | 10.34º | 0.39% | 0.56% | - |
| HSV(B) | 10.34º | 0.47% | 0.73% | - |
| XYZ | 28.52 | 23.37 | 14.81 | - |
| YUV | 133.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 99 | 0 | 0.39 | 0.47 | 0.27 | 10.34 | 0.39 | 0.56 |
| Hex | BA | 72 | 63 | 0 | 27 | 2F | 1B | A | 27 | 38 |
| Octal | 272 | 162 | 143 | 0 | 47 | 57 | 33 | 12 | 47 | 70 |
| Binary | 10111010 | 1110010 | 1100011 | 0 | 100111 | 101111 | 11011 | 1010 | 100111 | 111000 |
Color Harmonies of #BA7263
Complementary color
Monochromatic Colors of #BA7263
Black with #BA7263
Text Example
Text Example
White with #BA7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7263; }
p { color: rgb(186,114,99); }
H1.HeaderClassName
{
color: #BA7263;
}
.AnyTagClassName
{
color: #BA7263;
}
</style>
background-color css
<style>
a { background-color: #BA7263; }
a { background-color: rgb(186,114,99); }
div.DivClassName
{
background-color: #BA7263;
}
.BgClassName
{
background-color: #BA7263;
}
</style>
border-color css
<style>
span { border-color: #BA7263; }
span { border-color: rgb(186,114,99); }
td.TdClassName
{
border-color: #BA7263;
}
.TagClassName
{
border-color: #BA7263;
}
</style>