Shades of Contessa #BA695C
Tints of Contessa #BA695C
RGB
CMYK
RGB Variations
Color information
#BA695C (or 0xBA695C) is known color: Contessa. HEX triplet: BA, 69 and 5C. RGB value is (186,105,92). Sum of RGB (Red+Green+Blue) = 186+105+92=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA695C is #4596A3. Grayscale: #7F7F7F. Windows color (decimal): -4560548 or 6056378. OLE color: 6056378.
HSL color Cylindrical-coordinate representation of color #BA695C: hue angle of 8.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA695C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 92 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.27 |
| HSL | 8.3º | 0.41% | 0.55% | - |
| HSV(B) | 8.3º | 0.51% | 0.73% | - |
| XYZ | 27.23 | 21.31 | 12.8 | - |
| YUV | 127.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 92 | 0 | 0.44 | 0.51 | 0.27 | 8.3 | 0.41 | 0.55 |
| Hex | BA | 69 | 5C | 0 | 2C | 33 | 1B | 8 | 29 | 37 |
| Octal | 272 | 151 | 134 | 0 | 54 | 63 | 33 | 10 | 51 | 67 |
| Binary | 10111010 | 1101001 | 1011100 | 0 | 101100 | 110011 | 11011 | 1000 | 101001 | 110111 |
Color Harmonies of #BA695C
Complementary color
Monochromatic Colors of #BA695C
Black with #BA695C
Text Example
Text Example
White with #BA695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA695C; }
p { color: rgb(186,105,92); }
H1.HeaderClassName
{
color: #BA695C;
}
.AnyTagClassName
{
color: #BA695C;
}
</style>
background-color css
<style>
a { background-color: #BA695C; }
a { background-color: rgb(186,105,92); }
div.DivClassName
{
background-color: #BA695C;
}
.BgClassName
{
background-color: #BA695C;
}
</style>
border-color css
<style>
span { border-color: #BA695C; }
span { border-color: rgb(186,105,92); }
td.TdClassName
{
border-color: #BA695C;
}
.TagClassName
{
border-color: #BA695C;
}
</style>