Shades of Tenne (Tawny) #BA6201
Tints of Tenne (Tawny) #BA6201
RGB
CMYK
RGB Variations
Color information
#BA6201 (or 0xBA6201) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 01. RGB value is (186,98,1). Sum of RGB (Red+Green+Blue) = 186+98+1=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6201 is #459DFE. Grayscale: #717171. Windows color (decimal): -4562431 or 90810. OLE color: 90810.
HSL color Cylindrical-coordinate representation of color #BA6201: hue angle of 31.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6201 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.27 |
| HSL | 31.46º | 0.99% | 0.37% | - |
| HSV(B) | 31.46º | 0.99% | 0.73% | - |
| XYZ | 24.62 | 19.18 | 2.43 | - |
| YUV | 113.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 1 | 0 | 0.47 | 0.99 | 0.27 | 31.46 | 0.99 | 0.37 |
| Hex | BA | 62 | 1 | 0 | 2F | 63 | 1B | 1F | 63 | 25 |
| Octal | 272 | 142 | 1 | 0 | 57 | 143 | 33 | 37 | 143 | 45 |
| Binary | 10111010 | 1100010 | 1 | 0 | 101111 | 1100011 | 11011 | 11111 | 1100011 | 100101 |
Color Harmonies of #BA6201
Complementary color
Monochromatic Colors of #BA6201
Black with #BA6201
Text Example
Text Example
White with #BA6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6201; }
p { color: rgb(186,98,1); }
H1.HeaderClassName
{
color: #BA6201;
}
.AnyTagClassName
{
color: #BA6201;
}
</style>
background-color css
<style>
a { background-color: #BA6201; }
a { background-color: rgb(186,98,1); }
div.DivClassName
{
background-color: #BA6201;
}
.BgClassName
{
background-color: #BA6201;
}
</style>
border-color css
<style>
span { border-color: #BA6201; }
span { border-color: rgb(186,98,1); }
td.TdClassName
{
border-color: #BA6201;
}
.TagClassName
{
border-color: #BA6201;
}
</style>