Shades of Tenne (Tawny) #BA5B01
Tints of Tenne (Tawny) #BA5B01
RGB
CMYK
RGB Variations
Color information
#BA5B01 (or 0xBA5B01) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 01. RGB value is (186,91,1). Sum of RGB (Red+Green+Blue) = 186+91+1=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B01 is #45A4FE. Grayscale: #6D6D6D. Windows color (decimal): -4564223 or 89018. OLE color: 89018.
HSL color Cylindrical-coordinate representation of color #BA5B01: hue angle of 29.19º 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 #BA5B01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.27 |
| HSL | 29.19º | 0.99% | 0.37% | - |
| HSV(B) | 29.19º | 0.99% | 0.73% | - |
| XYZ | 24 | 17.92 | 2.22 | - |
| YUV | 109.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 1 | 0 | 0.51 | 0.99 | 0.27 | 29.19 | 0.99 | 0.37 |
| Hex | BA | 5B | 1 | 0 | 33 | 63 | 1B | 1D | 63 | 25 |
| Octal | 272 | 133 | 1 | 0 | 63 | 143 | 33 | 35 | 143 | 45 |
| Binary | 10111010 | 1011011 | 1 | 0 | 110011 | 1100011 | 11011 | 11101 | 1100011 | 100101 |
Color Harmonies of #BA5B01
Complementary color
Monochromatic Colors of #BA5B01
Black with #BA5B01
Text Example
Text Example
White with #BA5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B01; }
p { color: rgb(186,91,1); }
H1.HeaderClassName
{
color: #BA5B01;
}
.AnyTagClassName
{
color: #BA5B01;
}
</style>
background-color css
<style>
a { background-color: #BA5B01; }
a { background-color: rgb(186,91,1); }
div.DivClassName
{
background-color: #BA5B01;
}
.BgClassName
{
background-color: #BA5B01;
}
</style>
border-color css
<style>
span { border-color: #BA5B01; }
span { border-color: rgb(186,91,1); }
td.TdClassName
{
border-color: #BA5B01;
}
.TagClassName
{
border-color: #BA5B01;
}
</style>