Shades of Contessa #BA6B5B
Tints of Contessa #BA6B5B
RGB
CMYK
RGB Variations
Color information
#BA6B5B (or 0xBA6B5B) is known color: Contessa. HEX triplet: BA, 6B and 5B. RGB value is (186,107,91). Sum of RGB (Red+Green+Blue) = 186+107+91=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5B is #4594A4. Grayscale: #808080. Windows color (decimal): -4560037 or 5991354. OLE color: 5991354.
HSL color Cylindrical-coordinate representation of color #BA6B5B: hue angle of 10.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6B5B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 91 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.27 |
| HSL | 10.11º | 0.41% | 0.54% | - |
| HSV(B) | 10.11º | 0.51% | 0.73% | - |
| XYZ | 27.4 | 21.71 | 12.64 | - |
| YUV | 128.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 91 | 0 | 0.42 | 0.51 | 0.27 | 10.11 | 0.41 | 0.54 |
| Hex | BA | 6B | 5B | 0 | 2A | 33 | 1B | A | 29 | 36 |
| Octal | 272 | 153 | 133 | 0 | 52 | 63 | 33 | 12 | 51 | 66 |
| Binary | 10111010 | 1101011 | 1011011 | 0 | 101010 | 110011 | 11011 | 1010 | 101001 | 110110 |
Color Harmonies of #BA6B5B
Complementary color
Monochromatic Colors of #BA6B5B
Black with #BA6B5B
Text Example
Text Example
White with #BA6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B5B; }
p { color: rgb(186,107,91); }
H1.HeaderClassName
{
color: #BA6B5B;
}
.AnyTagClassName
{
color: #BA6B5B;
}
</style>
background-color css
<style>
a { background-color: #BA6B5B; }
a { background-color: rgb(186,107,91); }
div.DivClassName
{
background-color: #BA6B5B;
}
.BgClassName
{
background-color: #BA6B5B;
}
</style>
border-color css
<style>
span { border-color: #BA6B5B; }
span { border-color: rgb(186,107,91); }
td.TdClassName
{
border-color: #BA6B5B;
}
.TagClassName
{
border-color: #BA6B5B;
}
</style>