Shades of Tenne (Tawny) #BA600B
Tints of Tenne (Tawny) #BA600B
RGB
CMYK
RGB Variations
Color information
#BA600B (or 0xBA600B) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 0B. RGB value is (186,96,11). Sum of RGB (Red+Green+Blue) = 186+96+11=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA600B is #459FF4. Grayscale: #717171. Windows color (decimal): -4562933 or 745658. OLE color: 745658.
HSL color Cylindrical-coordinate representation of color #BA600B: hue angle of 29.14º degrees, saturation: 0.89, 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 #BA600B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.27 |
| HSL | 29.14º | 0.89% | 0.39% | - |
| HSV(B) | 29.14º | 0.94% | 0.73% | - |
| XYZ | 24.49 | 18.83 | 2.66 | - |
| YUV | 113.22 | 70.32 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 11 | 0 | 0.48 | 0.94 | 0.27 | 29.14 | 0.89 | 0.39 |
| Hex | BA | 60 | B | 0 | 30 | 5E | 1B | 1D | 59 | 27 |
| Octal | 272 | 140 | 13 | 0 | 60 | 136 | 33 | 35 | 131 | 47 |
| Binary | 10111010 | 1100000 | 1011 | 0 | 110000 | 1011110 | 11011 | 11101 | 1011001 | 100111 |
Color Harmonies of #BA600B
Complementary color
Monochromatic Colors of #BA600B
Black with #BA600B
Text Example
Text Example
White with #BA600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA600B; }
p { color: rgb(186,96,11); }
H1.HeaderClassName
{
color: #BA600B;
}
.AnyTagClassName
{
color: #BA600B;
}
</style>
background-color css
<style>
a { background-color: #BA600B; }
a { background-color: rgb(186,96,11); }
div.DivClassName
{
background-color: #BA600B;
}
.BgClassName
{
background-color: #BA600B;
}
</style>
border-color css
<style>
span { border-color: #BA600B; }
span { border-color: rgb(186,96,11); }
td.TdClassName
{
border-color: #BA600B;
}
.TagClassName
{
border-color: #BA600B;
}
</style>