Shades of Tenne (Tawny) #BA6502
Tints of Tenne (Tawny) #BA6502
RGB
CMYK
RGB Variations
Color information
#BA6502 (or 0xBA6502) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 02. RGB value is (186,101,2). Sum of RGB (Red+Green+Blue) = 186+101+2=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6502 is #459AFD. Grayscale: #737373. Windows color (decimal): -4561662 or 157114. OLE color: 157114.
HSL color Cylindrical-coordinate representation of color #BA6502: hue angle of 32.28º 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 #BA6502 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.27 |
| HSL | 32.28º | 0.98% | 0.37% | - |
| HSV(B) | 32.28º | 0.99% | 0.73% | - |
| XYZ | 24.91 | 19.75 | 2.56 | - |
| YUV | 115.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 2 | 0 | 0.46 | 0.99 | 0.27 | 32.28 | 0.98 | 0.37 |
| Hex | BA | 65 | 2 | 0 | 2E | 63 | 1B | 20 | 62 | 25 |
| Octal | 272 | 145 | 2 | 0 | 56 | 143 | 33 | 40 | 142 | 45 |
| Binary | 10111010 | 1100101 | 10 | 0 | 101110 | 1100011 | 11011 | 100000 | 1100010 | 100101 |
Color Harmonies of #BA6502
Complementary color
Monochromatic Colors of #BA6502
Black with #BA6502
Text Example
Text Example
White with #BA6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6502; }
p { color: rgb(186,101,2); }
H1.HeaderClassName
{
color: #BA6502;
}
.AnyTagClassName
{
color: #BA6502;
}
</style>
background-color css
<style>
a { background-color: #BA6502; }
a { background-color: rgb(186,101,2); }
div.DivClassName
{
background-color: #BA6502;
}
.BgClassName
{
background-color: #BA6502;
}
</style>
border-color css
<style>
span { border-color: #BA6502; }
span { border-color: rgb(186,101,2); }
td.TdClassName
{
border-color: #BA6502;
}
.TagClassName
{
border-color: #BA6502;
}
</style>