Shades of Tenne (Tawny) #BA620C
Tints of Tenne (Tawny) #BA620C
RGB
CMYK
RGB Variations
Color information
#BA620C (or 0xBA620C) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 0C. RGB value is (186,98,12). Sum of RGB (Red+Green+Blue) = 186+98+12=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA620C is #459DF3. Grayscale: #727272. Windows color (decimal): -4562420 or 811706. OLE color: 811706.
HSL color Cylindrical-coordinate representation of color #BA620C: hue angle of 29.66º 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 #BA620C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.27 |
| HSL | 29.66º | 0.88% | 0.39% | - |
| HSV(B) | 29.66º | 0.94% | 0.73% | - |
| XYZ | 24.68 | 19.2 | 2.75 | - |
| YUV | 114.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 12 | 0 | 0.47 | 0.94 | 0.27 | 29.66 | 0.88 | 0.39 |
| Hex | BA | 62 | C | 0 | 2F | 5E | 1B | 1E | 58 | 27 |
| Octal | 272 | 142 | 14 | 0 | 57 | 136 | 33 | 36 | 130 | 47 |
| Binary | 10111010 | 1100010 | 1100 | 0 | 101111 | 1011110 | 11011 | 11110 | 1011000 | 100111 |
Color Harmonies of #BA620C
Complementary color
Monochromatic Colors of #BA620C
Black with #BA620C
Text Example
Text Example
White with #BA620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA620C; }
p { color: rgb(186,98,12); }
H1.HeaderClassName
{
color: #BA620C;
}
.AnyTagClassName
{
color: #BA620C;
}
</style>
background-color css
<style>
a { background-color: #BA620C; }
a { background-color: rgb(186,98,12); }
div.DivClassName
{
background-color: #BA620C;
}
.BgClassName
{
background-color: #BA620C;
}
</style>
border-color css
<style>
span { border-color: #BA620C; }
span { border-color: rgb(186,98,12); }
td.TdClassName
{
border-color: #BA620C;
}
.TagClassName
{
border-color: #BA620C;
}
</style>