Shades of Tenne (Tawny) #BA6A0C
Tints of Tenne (Tawny) #BA6A0C
RGB
CMYK
RGB Variations
Color information
#BA6A0C (or 0xBA6A0C) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 0C. RGB value is (186,106,12). Sum of RGB (Red+Green+Blue) = 186+106+12=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A0C is #4595F3. Grayscale: #777777. Windows color (decimal): -4560372 or 813754. OLE color: 813754.
HSL color Cylindrical-coordinate representation of color #BA6A0C: hue angle of 32.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA6A0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.27 |
| HSL | 32.41º | 0.88% | 0.39% | - |
| HSV(B) | 32.41º | 0.94% | 0.73% | - |
| XYZ | 25.47 | 20.77 | 3.02 | - |
| YUV | 119.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 12 | 0 | 0.43 | 0.94 | 0.27 | 32.41 | 0.88 | 0.39 |
| Hex | BA | 6A | C | 0 | 2B | 5E | 1B | 20 | 58 | 27 |
| Octal | 272 | 152 | 14 | 0 | 53 | 136 | 33 | 40 | 130 | 47 |
| Binary | 10111010 | 1101010 | 1100 | 0 | 101011 | 1011110 | 11011 | 100000 | 1011000 | 100111 |
Color Harmonies of #BA6A0C
Complementary color
Monochromatic Colors of #BA6A0C
Black with #BA6A0C
Text Example
Text Example
White with #BA6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A0C; }
p { color: rgb(186,106,12); }
H1.HeaderClassName
{
color: #BA6A0C;
}
.AnyTagClassName
{
color: #BA6A0C;
}
</style>
background-color css
<style>
a { background-color: #BA6A0C; }
a { background-color: rgb(186,106,12); }
div.DivClassName
{
background-color: #BA6A0C;
}
.BgClassName
{
background-color: #BA6A0C;
}
</style>
border-color css
<style>
span { border-color: #BA6A0C; }
span { border-color: rgb(186,106,12); }
td.TdClassName
{
border-color: #BA6A0C;
}
.TagClassName
{
border-color: #BA6A0C;
}
</style>