Shades of Tenne (Tawny) #BA620F
Tints of Tenne (Tawny) #BA620F
RGB
CMYK
RGB Variations
Color information
#BA620F (or 0xBA620F) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 0F. RGB value is (186,98,15). Sum of RGB (Red+Green+Blue) = 186+98+15=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA620F is #459DF0. Grayscale: #737373. Windows color (decimal): -4562417 or 1008314. OLE color: 1008314.
HSL color Cylindrical-coordinate representation of color #BA620F: hue angle of 29.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA620F is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 15 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.27 |
| HSL | 29.12º | 0.85% | 0.39% | - |
| HSV(B) | 29.12º | 0.92% | 0.73% | - |
| XYZ | 24.7 | 19.21 | 2.86 | - |
| YUV | 114.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 15 | 0 | 0.47 | 0.92 | 0.27 | 29.12 | 0.85 | 0.39 |
| Hex | BA | 62 | F | 0 | 2F | 5C | 1B | 1D | 55 | 27 |
| Octal | 272 | 142 | 17 | 0 | 57 | 134 | 33 | 35 | 125 | 47 |
| Binary | 10111010 | 1100010 | 1111 | 0 | 101111 | 1011100 | 11011 | 11101 | 1010101 | 100111 |
Color Harmonies of #BA620F
Complementary color
Monochromatic Colors of #BA620F
Black with #BA620F
Text Example
Text Example
White with #BA620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA620F; }
p { color: rgb(186,98,15); }
H1.HeaderClassName
{
color: #BA620F;
}
.AnyTagClassName
{
color: #BA620F;
}
</style>
background-color css
<style>
a { background-color: #BA620F; }
a { background-color: rgb(186,98,15); }
div.DivClassName
{
background-color: #BA620F;
}
.BgClassName
{
background-color: #BA620F;
}
</style>
border-color css
<style>
span { border-color: #BA620F; }
span { border-color: rgb(186,98,15); }
td.TdClassName
{
border-color: #BA620F;
}
.TagClassName
{
border-color: #BA620F;
}
</style>