Shades of Contessa #BA7867
Tints of Contessa #BA7867
RGB
CMYK
RGB Variations
Color information
#BA7867 (or 0xBA7867) is known color: Contessa. HEX triplet: BA, 78 and 67. RGB value is (186,120,103). Sum of RGB (Red+Green+Blue) = 186+120+103=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7867 is #458798. Grayscale: #898989. Windows color (decimal): -4556697 or 6781114. OLE color: 6781114.
HSL color Cylindrical-coordinate representation of color #BA7867: hue angle of 12.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7867 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 103 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.27 |
| HSL | 12.29º | 0.38% | 0.57% | - |
| HSV(B) | 12.29º | 0.45% | 0.73% | - |
| XYZ | 29.41 | 24.85 | 16.08 | - |
| YUV | 137.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 103 | 0 | 0.35 | 0.45 | 0.27 | 12.29 | 0.38 | 0.57 |
| Hex | BA | 78 | 67 | 0 | 23 | 2D | 1B | C | 26 | 39 |
| Octal | 272 | 170 | 147 | 0 | 43 | 55 | 33 | 14 | 46 | 71 |
| Binary | 10111010 | 1111000 | 1100111 | 0 | 100011 | 101101 | 11011 | 1100 | 100110 | 111001 |
Color Harmonies of #BA7867
Complementary color
Monochromatic Colors of #BA7867
Black with #BA7867
Text Example
Text Example
White with #BA7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7867; }
p { color: rgb(186,120,103); }
H1.HeaderClassName
{
color: #BA7867;
}
.AnyTagClassName
{
color: #BA7867;
}
</style>
background-color css
<style>
a { background-color: #BA7867; }
a { background-color: rgb(186,120,103); }
div.DivClassName
{
background-color: #BA7867;
}
.BgClassName
{
background-color: #BA7867;
}
</style>
border-color css
<style>
span { border-color: #BA7867; }
span { border-color: rgb(186,120,103); }
td.TdClassName
{
border-color: #BA7867;
}
.TagClassName
{
border-color: #BA7867;
}
</style>