Shades of Tenne (Tawny) #BA5602
Tints of Tenne (Tawny) #BA5602
RGB
CMYK
RGB Variations
Color information
#BA5602 (or 0xBA5602) is known color: Tenne (Tawny). HEX triplet: BA, 56 and 02. RGB value is (186,86,2). Sum of RGB (Red+Green+Blue) = 186+86+2=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5602 is #45A9FD. Grayscale: #6A6A6A. Windows color (decimal): -4565502 or 153274. OLE color: 153274.
HSL color Cylindrical-coordinate representation of color #BA5602: hue angle of 27.39º degrees, saturation: 0.98, 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 #BA5602 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.27 |
| HSL | 27.39º | 0.98% | 0.37% | - |
| HSV(B) | 27.39º | 0.99% | 0.73% | - |
| XYZ | 23.59 | 17.1 | 2.11 | - |
| YUV | 106.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 2 | 0 | 0.54 | 0.99 | 0.27 | 27.39 | 0.98 | 0.37 |
| Hex | BA | 56 | 2 | 0 | 36 | 63 | 1B | 1B | 62 | 25 |
| Octal | 272 | 126 | 2 | 0 | 66 | 143 | 33 | 33 | 142 | 45 |
| Binary | 10111010 | 1010110 | 10 | 0 | 110110 | 1100011 | 11011 | 11011 | 1100010 | 100101 |
Color Harmonies of #BA5602
Complementary color
Monochromatic Colors of #BA5602
Black with #BA5602
Text Example
Text Example
White with #BA5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5602; }
p { color: rgb(186,86,2); }
H1.HeaderClassName
{
color: #BA5602;
}
.AnyTagClassName
{
color: #BA5602;
}
</style>
background-color css
<style>
a { background-color: #BA5602; }
a { background-color: rgb(186,86,2); }
div.DivClassName
{
background-color: #BA5602;
}
.BgClassName
{
background-color: #BA5602;
}
</style>
border-color css
<style>
span { border-color: #BA5602; }
span { border-color: rgb(186,86,2); }
td.TdClassName
{
border-color: #BA5602;
}
.TagClassName
{
border-color: #BA5602;
}
</style>