Shades of Contessa #BA665E
Tints of Contessa #BA665E
RGB
CMYK
RGB Variations
Color information
#BA665E (or 0xBA665E) is known color: Contessa. HEX triplet: BA, 66 and 5E. RGB value is (186,102,94). Sum of RGB (Red+Green+Blue) = 186+102+94=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA665E is #4599A1. Grayscale: #7E7E7E. Windows color (decimal): -4561314 or 6186682. OLE color: 6186682.
HSL color Cylindrical-coordinate representation of color #BA665E: hue angle of 5.22º 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 #BA665E is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 94 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.27 |
| HSL | 5.22º | 0.4% | 0.55% | - |
| HSV(B) | 5.22º | 0.49% | 0.73% | - |
| XYZ | 27.02 | 20.75 | 13.17 | - |
| YUV | 126.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 94 | 0 | 0.45 | 0.49 | 0.27 | 5.22 | 0.4 | 0.55 |
| Hex | BA | 66 | 5E | 0 | 2D | 31 | 1B | 5 | 28 | 37 |
| Octal | 272 | 146 | 136 | 0 | 55 | 61 | 33 | 5 | 50 | 67 |
| Binary | 10111010 | 1100110 | 1011110 | 0 | 101101 | 110001 | 11011 | 101 | 101000 | 110111 |
Color Harmonies of #BA665E
Complementary color
Monochromatic Colors of #BA665E
Black with #BA665E
Text Example
Text Example
White with #BA665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA665E; }
p { color: rgb(186,102,94); }
H1.HeaderClassName
{
color: #BA665E;
}
.AnyTagClassName
{
color: #BA665E;
}
</style>
background-color css
<style>
a { background-color: #BA665E; }
a { background-color: rgb(186,102,94); }
div.DivClassName
{
background-color: #BA665E;
}
.BgClassName
{
background-color: #BA665E;
}
</style>
border-color css
<style>
span { border-color: #BA665E; }
span { border-color: rgb(186,102,94); }
td.TdClassName
{
border-color: #BA665E;
}
.TagClassName
{
border-color: #BA665E;
}
</style>