Shades of Tenne (Tawny) #BA6B04
Tints of Tenne (Tawny) #BA6B04
RGB
CMYK
RGB Variations
Color information
#BA6B04 (or 0xBA6B04) is known color: Tenne (Tawny). HEX triplet: BA, 6B and 04. RGB value is (186,107,4). Sum of RGB (Red+Green+Blue) = 186+107+4=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B04 is #4594FB. Grayscale: #777777. Windows color (decimal): -4560124 or 289722. OLE color: 289722.
HSL color Cylindrical-coordinate representation of color #BA6B04: hue angle of 33.96º 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 #BA6B04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.27 |
| HSL | 33.96º | 0.96% | 0.37% | - |
| HSV(B) | 33.96º | 0.98% | 0.73% | - |
| XYZ | 25.53 | 20.96 | 2.82 | - |
| YUV | 118.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 4 | 0 | 0.42 | 0.98 | 0.27 | 33.96 | 0.96 | 0.37 |
| Hex | BA | 6B | 4 | 0 | 2A | 62 | 1B | 22 | 60 | 25 |
| Octal | 272 | 153 | 4 | 0 | 52 | 142 | 33 | 42 | 140 | 45 |
| Binary | 10111010 | 1101011 | 100 | 0 | 101010 | 1100010 | 11011 | 100010 | 1100000 | 100101 |
Color Harmonies of #BA6B04
Complementary color
Monochromatic Colors of #BA6B04
Black with #BA6B04
Text Example
Text Example
White with #BA6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B04; }
p { color: rgb(186,107,4); }
H1.HeaderClassName
{
color: #BA6B04;
}
.AnyTagClassName
{
color: #BA6B04;
}
</style>
background-color css
<style>
a { background-color: #BA6B04; }
a { background-color: rgb(186,107,4); }
div.DivClassName
{
background-color: #BA6B04;
}
.BgClassName
{
background-color: #BA6B04;
}
</style>
border-color css
<style>
span { border-color: #BA6B04; }
span { border-color: rgb(186,107,4); }
td.TdClassName
{
border-color: #BA6B04;
}
.TagClassName
{
border-color: #BA6B04;
}
</style>