Shades of Tenne (Tawny) #BA5B00
Tints of Tenne (Tawny) #BA5B00
RGB
CMYK
RGB Variations
Color information
#BA5B00 (or 0xBA5B00) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 00. RGB value is (186,91,0). Sum of RGB (Red+Green+Blue) = 186+91+0=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B00 is #45A4FF. Grayscale: #6D6D6D. Windows color (decimal): -4564224 or 23482. OLE color: 23482.
HSL color Cylindrical-coordinate representation of color #BA5B00: hue angle of 29.35º 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 #BA5B00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.27 |
| HSL | 29.35º | 1% | 0.36% | - |
| HSV(B) | 29.35º | 1% | 0.73% | - |
| XYZ | 23.99 | 17.92 | 2.19 | - |
| YUV | 109.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 0 | 0 | 0.51 | 1 | 0.27 | 29.35 | 1 | 0.36 |
| Hex | BA | 5B | 0 | 0 | 33 | 64 | 1B | 1D | 64 | 24 |
| Octal | 272 | 133 | 0 | 0 | 63 | 144 | 33 | 35 | 144 | 44 |
| Binary | 10111010 | 1011011 | 0 | 0 | 110011 | 1100100 | 11011 | 11101 | 1100100 | 100100 |
Color Harmonies of #BA5B00
Complementary color
Monochromatic Colors of #BA5B00
Black with #BA5B00
Text Example
Text Example
White with #BA5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B00; }
p { color: rgb(186,91,0); }
H1.HeaderClassName
{
color: #BA5B00;
}
.AnyTagClassName
{
color: #BA5B00;
}
</style>
background-color css
<style>
a { background-color: #BA5B00; }
a { background-color: rgb(186,91,0); }
div.DivClassName
{
background-color: #BA5B00;
}
.BgClassName
{
background-color: #BA5B00;
}
</style>
border-color css
<style>
span { border-color: #BA5B00; }
span { border-color: rgb(186,91,0); }
td.TdClassName
{
border-color: #BA5B00;
}
.TagClassName
{
border-color: #BA5B00;
}
</style>