Shades of Tenne (Tawny) #BA5A03
Tints of Tenne (Tawny) #BA5A03
RGB
CMYK
RGB Variations
Color information
#BA5A03 (or 0xBA5A03) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 03. RGB value is (186,90,3). Sum of RGB (Red+Green+Blue) = 186+90+3=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A03 is #45A5FC. Grayscale: #6D6D6D. Windows color (decimal): -4564477 or 219834. OLE color: 219834.
HSL color Cylindrical-coordinate representation of color #BA5A03: hue angle of 28.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA5A03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.27 |
| HSL | 28.52º | 0.97% | 0.37% | - |
| HSV(B) | 28.52º | 0.98% | 0.73% | - |
| XYZ | 23.92 | 17.76 | 2.25 | - |
| YUV | 108.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 3 | 0 | 0.52 | 0.98 | 0.27 | 28.52 | 0.97 | 0.37 |
| Hex | BA | 5A | 3 | 0 | 34 | 62 | 1B | 1D | 61 | 25 |
| Octal | 272 | 132 | 3 | 0 | 64 | 142 | 33 | 35 | 141 | 45 |
| Binary | 10111010 | 1011010 | 11 | 0 | 110100 | 1100010 | 11011 | 11101 | 1100001 | 100101 |
Color Harmonies of #BA5A03
Complementary color
Monochromatic Colors of #BA5A03
Black with #BA5A03
Text Example
Text Example
White with #BA5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A03; }
p { color: rgb(186,90,3); }
H1.HeaderClassName
{
color: #BA5A03;
}
.AnyTagClassName
{
color: #BA5A03;
}
</style>
background-color css
<style>
a { background-color: #BA5A03; }
a { background-color: rgb(186,90,3); }
div.DivClassName
{
background-color: #BA5A03;
}
.BgClassName
{
background-color: #BA5A03;
}
</style>
border-color css
<style>
span { border-color: #BA5A03; }
span { border-color: rgb(186,90,3); }
td.TdClassName
{
border-color: #BA5A03;
}
.TagClassName
{
border-color: #BA5A03;
}
</style>