Shades of Tenne (Tawny) #BA6200
Tints of Tenne (Tawny) #BA6200
RGB
CMYK
RGB Variations
Color information
#BA6200 (or 0xBA6200) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 00. RGB value is (186,98,0). Sum of RGB (Red+Green+Blue) = 186+98+0=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6200 is #459DFF. Grayscale: #717171. Windows color (decimal): -4562432 or 25274. OLE color: 25274.
HSL color Cylindrical-coordinate representation of color #BA6200: hue angle of 31.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA6200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.27 |
| HSL | 31.61º | 1% | 0.36% | - |
| HSV(B) | 31.61º | 1% | 0.73% | - |
| XYZ | 24.62 | 19.17 | 2.4 | - |
| YUV | 113.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 0 | 0 | 0.47 | 1 | 0.27 | 31.61 | 1 | 0.36 |
| Hex | BA | 62 | 0 | 0 | 2F | 64 | 1B | 20 | 64 | 24 |
| Octal | 272 | 142 | 0 | 0 | 57 | 144 | 33 | 40 | 144 | 44 |
| Binary | 10111010 | 1100010 | 0 | 0 | 101111 | 1100100 | 11011 | 100000 | 1100100 | 100100 |
Color Harmonies of #BA6200
Complementary color
Monochromatic Colors of #BA6200
Black with #BA6200
Text Example
Text Example
White with #BA6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6200; }
p { color: rgb(186,98,0); }
H1.HeaderClassName
{
color: #BA6200;
}
.AnyTagClassName
{
color: #BA6200;
}
</style>
background-color css
<style>
a { background-color: #BA6200; }
a { background-color: rgb(186,98,0); }
div.DivClassName
{
background-color: #BA6200;
}
.BgClassName
{
background-color: #BA6200;
}
</style>
border-color css
<style>
span { border-color: #BA6200; }
span { border-color: rgb(186,98,0); }
td.TdClassName
{
border-color: #BA6200;
}
.TagClassName
{
border-color: #BA6200;
}
</style>