Shades of Tenne (Tawny) #BA5308
Tints of Tenne (Tawny) #BA5308
RGB
CMYK
RGB Variations
Color information
#BA5308 (or 0xBA5308) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 08. RGB value is (186,83,8). Sum of RGB (Red+Green+Blue) = 186+83+8=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5308 is #45ACF7. Grayscale: #696969. Windows color (decimal): -4566264 or 545722. OLE color: 545722.
HSL color Cylindrical-coordinate representation of color #BA5308: hue angle of 25.28º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA5308 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.27 |
| HSL | 25.28º | 0.92% | 0.38% | - |
| HSV(B) | 25.28º | 0.96% | 0.73% | - |
| XYZ | 23.39 | 16.64 | 2.21 | - |
| YUV | 105.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 8 | 0 | 0.55 | 0.96 | 0.27 | 25.28 | 0.92 | 0.38 |
| Hex | BA | 53 | 8 | 0 | 37 | 60 | 1B | 19 | 5C | 26 |
| Octal | 272 | 123 | 10 | 0 | 67 | 140 | 33 | 31 | 134 | 46 |
| Binary | 10111010 | 1010011 | 1000 | 0 | 110111 | 1100000 | 11011 | 11001 | 1011100 | 100110 |
Color Harmonies of #BA5308
Complementary color
Monochromatic Colors of #BA5308
Black with #BA5308
Text Example
Text Example
White with #BA5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5308; }
p { color: rgb(186,83,8); }
H1.HeaderClassName
{
color: #BA5308;
}
.AnyTagClassName
{
color: #BA5308;
}
</style>
background-color css
<style>
a { background-color: #BA5308; }
a { background-color: rgb(186,83,8); }
div.DivClassName
{
background-color: #BA5308;
}
.BgClassName
{
background-color: #BA5308;
}
</style>
border-color css
<style>
span { border-color: #BA5308; }
span { border-color: rgb(186,83,8); }
td.TdClassName
{
border-color: #BA5308;
}
.TagClassName
{
border-color: #BA5308;
}
</style>