Shades of Contessa #BA6B5A
Tints of Contessa #BA6B5A
RGB
CMYK
RGB Variations
Color information
#BA6B5A (or 0xBA6B5A) is known color: Contessa. HEX triplet: BA, 6B and 5A. RGB value is (186,107,90). Sum of RGB (Red+Green+Blue) = 186+107+90=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B5A is #4594A5. Grayscale: #808080. Windows color (decimal): -4560038 or 5925818. OLE color: 5925818.
HSL color Cylindrical-coordinate representation of color #BA6B5A: hue angle of 10.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6B5A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 90 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.27 |
| HSL | 10.63º | 0.41% | 0.54% | - |
| HSV(B) | 10.63º | 0.52% | 0.73% | - |
| XYZ | 27.35 | 21.69 | 12.42 | - |
| YUV | 128.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 90 | 0 | 0.42 | 0.52 | 0.27 | 10.63 | 0.41 | 0.54 |
| Hex | BA | 6B | 5A | 0 | 2A | 34 | 1B | B | 29 | 36 |
| Octal | 272 | 153 | 132 | 0 | 52 | 64 | 33 | 13 | 51 | 66 |
| Binary | 10111010 | 1101011 | 1011010 | 0 | 101010 | 110100 | 11011 | 1011 | 101001 | 110110 |
Color Harmonies of #BA6B5A
Complementary color
Monochromatic Colors of #BA6B5A
Black with #BA6B5A
Text Example
Text Example
White with #BA6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B5A; }
p { color: rgb(186,107,90); }
H1.HeaderClassName
{
color: #BA6B5A;
}
.AnyTagClassName
{
color: #BA6B5A;
}
</style>
background-color css
<style>
a { background-color: #BA6B5A; }
a { background-color: rgb(186,107,90); }
div.DivClassName
{
background-color: #BA6B5A;
}
.BgClassName
{
background-color: #BA6B5A;
}
</style>
border-color css
<style>
span { border-color: #BA6B5A; }
span { border-color: rgb(186,107,90); }
td.TdClassName
{
border-color: #BA6B5A;
}
.TagClassName
{
border-color: #BA6B5A;
}
</style>