Shades of Tenne (Tawny) #BA6504
Tints of Tenne (Tawny) #BA6504
RGB
CMYK
RGB Variations
Color information
#BA6504 (or 0xBA6504) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 04. RGB value is (186,101,4). Sum of RGB (Red+Green+Blue) = 186+101+4=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6504 is #459AFB. Grayscale: #737373. Windows color (decimal): -4561660 or 288186. OLE color: 288186.
HSL color Cylindrical-coordinate representation of color #BA6504: hue angle of 31.98º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA6504 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.27 |
| HSL | 31.98º | 0.96% | 0.37% | - |
| HSV(B) | 31.98º | 0.98% | 0.73% | - |
| XYZ | 24.93 | 19.76 | 2.61 | - |
| YUV | 115.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 4 | 0 | 0.46 | 0.98 | 0.27 | 31.98 | 0.96 | 0.37 |
| Hex | BA | 65 | 4 | 0 | 2E | 62 | 1B | 20 | 60 | 25 |
| Octal | 272 | 145 | 4 | 0 | 56 | 142 | 33 | 40 | 140 | 45 |
| Binary | 10111010 | 1100101 | 100 | 0 | 101110 | 1100010 | 11011 | 100000 | 1100000 | 100101 |
Color Harmonies of #BA6504
Complementary color
Monochromatic Colors of #BA6504
Black with #BA6504
Text Example
Text Example
White with #BA6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6504; }
p { color: rgb(186,101,4); }
H1.HeaderClassName
{
color: #BA6504;
}
.AnyTagClassName
{
color: #BA6504;
}
</style>
background-color css
<style>
a { background-color: #BA6504; }
a { background-color: rgb(186,101,4); }
div.DivClassName
{
background-color: #BA6504;
}
.BgClassName
{
background-color: #BA6504;
}
</style>
border-color css
<style>
span { border-color: #BA6504; }
span { border-color: rgb(186,101,4); }
td.TdClassName
{
border-color: #BA6504;
}
.TagClassName
{
border-color: #BA6504;
}
</style>