Shades of Tenne (Tawny) #BA5A00
Tints of Tenne (Tawny) #BA5A00
RGB
CMYK
RGB Variations
Color information
#BA5A00 (or 0xBA5A00) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 00. RGB value is (186,90,0). Sum of RGB (Red+Green+Blue) = 186+90+0=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A00 is #45A5FF. Grayscale: #6C6C6C. Windows color (decimal): -4564480 or 23226. OLE color: 23226.
HSL color Cylindrical-coordinate representation of color #BA5A00: hue angle of 29.03º 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 #BA5A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.27 |
| HSL | 29.03º | 1% | 0.36% | - |
| HSV(B) | 29.03º | 1% | 0.73% | - |
| XYZ | 23.91 | 17.75 | 2.17 | - |
| YUV | 108.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 0 | 0 | 0.52 | 1 | 0.27 | 29.03 | 1 | 0.36 |
| Hex | BA | 5A | 0 | 0 | 34 | 64 | 1B | 1D | 64 | 24 |
| Octal | 272 | 132 | 0 | 0 | 64 | 144 | 33 | 35 | 144 | 44 |
| Binary | 10111010 | 1011010 | 0 | 0 | 110100 | 1100100 | 11011 | 11101 | 1100100 | 100100 |
Color Harmonies of #BA5A00
Complementary color
Monochromatic Colors of #BA5A00
Black with #BA5A00
Text Example
Text Example
White with #BA5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A00; }
p { color: rgb(186,90,0); }
H1.HeaderClassName
{
color: #BA5A00;
}
.AnyTagClassName
{
color: #BA5A00;
}
</style>
background-color css
<style>
a { background-color: #BA5A00; }
a { background-color: rgb(186,90,0); }
div.DivClassName
{
background-color: #BA5A00;
}
.BgClassName
{
background-color: #BA5A00;
}
</style>
border-color css
<style>
span { border-color: #BA5A00; }
span { border-color: rgb(186,90,0); }
td.TdClassName
{
border-color: #BA5A00;
}
.TagClassName
{
border-color: #BA5A00;
}
</style>