Shades of Tenne (Tawny) #BA5D01
Tints of Tenne (Tawny) #BA5D01
RGB
CMYK
RGB Variations
Color information
#BA5D01 (or 0xBA5D01) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 01. RGB value is (186,93,1). Sum of RGB (Red+Green+Blue) = 186+93+1=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D01 is #45A2FE. Grayscale: #6E6E6E. Windows color (decimal): -4563711 or 89530. OLE color: 89530.
HSL color Cylindrical-coordinate representation of color #BA5D01: hue angle of 29.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA5D01 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.27 |
| HSL | 29.84º | 0.99% | 0.37% | - |
| HSV(B) | 29.84º | 0.99% | 0.73% | - |
| XYZ | 24.17 | 18.27 | 2.28 | - |
| YUV | 110.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 1 | 0 | 0.5 | 0.99 | 0.27 | 29.84 | 0.99 | 0.37 |
| Hex | BA | 5D | 1 | 0 | 32 | 63 | 1B | 1E | 63 | 25 |
| Octal | 272 | 135 | 1 | 0 | 62 | 143 | 33 | 36 | 143 | 45 |
| Binary | 10111010 | 1011101 | 1 | 0 | 110010 | 1100011 | 11011 | 11110 | 1100011 | 100101 |
Color Harmonies of #BA5D01
Complementary color
Monochromatic Colors of #BA5D01
Black with #BA5D01
Text Example
Text Example
White with #BA5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D01; }
p { color: rgb(186,93,1); }
H1.HeaderClassName
{
color: #BA5D01;
}
.AnyTagClassName
{
color: #BA5D01;
}
</style>
background-color css
<style>
a { background-color: #BA5D01; }
a { background-color: rgb(186,93,1); }
div.DivClassName
{
background-color: #BA5D01;
}
.BgClassName
{
background-color: #BA5D01;
}
</style>
border-color css
<style>
span { border-color: #BA5D01; }
span { border-color: rgb(186,93,1); }
td.TdClassName
{
border-color: #BA5D01;
}
.TagClassName
{
border-color: #BA5D01;
}
</style>