Shades of Tenne (Tawny) #BA5003
Tints of Tenne (Tawny) #BA5003
RGB
CMYK
RGB Variations
Color information
#BA5003 (or 0xBA5003) is known color: Tenne (Tawny). HEX triplet: BA, 50 and 03. RGB value is (186,80,3). Sum of RGB (Red+Green+Blue) = 186+80+3=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5003 is #45AFFC. Grayscale: #676767. Windows color (decimal): -4567037 or 217274. OLE color: 217274.
HSL color Cylindrical-coordinate representation of color #BA5003: hue angle of 25.25º 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 #BA5003 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.27 |
| HSL | 25.25º | 0.97% | 0.37% | - |
| HSV(B) | 25.25º | 0.98% | 0.73% | - |
| XYZ | 23.13 | 16.18 | 1.99 | - |
| YUV | 102.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 3 | 0 | 0.57 | 0.98 | 0.27 | 25.25 | 0.97 | 0.37 |
| Hex | BA | 50 | 3 | 0 | 39 | 62 | 1B | 19 | 61 | 25 |
| Octal | 272 | 120 | 3 | 0 | 71 | 142 | 33 | 31 | 141 | 45 |
| Binary | 10111010 | 1010000 | 11 | 0 | 111001 | 1100010 | 11011 | 11001 | 1100001 | 100101 |
Color Harmonies of #BA5003
Complementary color
Monochromatic Colors of #BA5003
Black with #BA5003
Text Example
Text Example
White with #BA5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5003; }
p { color: rgb(186,80,3); }
H1.HeaderClassName
{
color: #BA5003;
}
.AnyTagClassName
{
color: #BA5003;
}
</style>
background-color css
<style>
a { background-color: #BA5003; }
a { background-color: rgb(186,80,3); }
div.DivClassName
{
background-color: #BA5003;
}
.BgClassName
{
background-color: #BA5003;
}
</style>
border-color css
<style>
span { border-color: #BA5003; }
span { border-color: rgb(186,80,3); }
td.TdClassName
{
border-color: #BA5003;
}
.TagClassName
{
border-color: #BA5003;
}
</style>