Shades of Tenne (Tawny) #BA5300
Tints of Tenne (Tawny) #BA5300
RGB
CMYK
RGB Variations
Color information
#BA5300 (or 0xBA5300) is known color: Tenne (Tawny). HEX triplet: BA, 53 and 00. RGB value is (186,83,0). Sum of RGB (Red+Green+Blue) = 186+83+0=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5300 is #45ACFF. Grayscale: #686868. Windows color (decimal): -4566272 or 21434. OLE color: 21434.
HSL color Cylindrical-coordinate representation of color #BA5300: hue angle of 26.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.27 |
| HSL | 26.77º | 1% | 0.36% | - |
| HSV(B) | 26.77º | 1% | 0.73% | - |
| XYZ | 23.34 | 16.63 | 1.98 | - |
| YUV | 104.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 0 | 0 | 0.55 | 1 | 0.27 | 26.77 | 1 | 0.36 |
| Hex | BA | 53 | 0 | 0 | 37 | 64 | 1B | 1B | 64 | 24 |
| Octal | 272 | 123 | 0 | 0 | 67 | 144 | 33 | 33 | 144 | 44 |
| Binary | 10111010 | 1010011 | 0 | 0 | 110111 | 1100100 | 11011 | 11011 | 1100100 | 100100 |
Color Harmonies of #BA5300
Complementary color
Monochromatic Colors of #BA5300
Black with #BA5300
Text Example
Text Example
White with #BA5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5300; }
p { color: rgb(186,83,0); }
H1.HeaderClassName
{
color: #BA5300;
}
.AnyTagClassName
{
color: #BA5300;
}
</style>
background-color css
<style>
a { background-color: #BA5300; }
a { background-color: rgb(186,83,0); }
div.DivClassName
{
background-color: #BA5300;
}
.BgClassName
{
background-color: #BA5300;
}
</style>
border-color css
<style>
span { border-color: #BA5300; }
span { border-color: rgb(186,83,0); }
td.TdClassName
{
border-color: #BA5300;
}
.TagClassName
{
border-color: #BA5300;
}
</style>