Shades of Tenne (Tawny) #BA6002
Tints of Tenne (Tawny) #BA6002
RGB
CMYK
RGB Variations
Color information
#BA6002 (or 0xBA6002) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 02. RGB value is (186,96,2). Sum of RGB (Red+Green+Blue) = 186+96+2=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6002 is #459FFD. Grayscale: #707070. Windows color (decimal): -4562942 or 155834. OLE color: 155834.
HSL color Cylindrical-coordinate representation of color #BA6002: hue angle of 30.65º 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 #BA6002 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.27 |
| HSL | 30.65º | 0.98% | 0.37% | - |
| HSV(B) | 30.65º | 0.99% | 0.73% | - |
| XYZ | 24.44 | 18.81 | 2.4 | - |
| YUV | 112.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 2 | 0 | 0.48 | 0.99 | 0.27 | 30.65 | 0.98 | 0.37 |
| Hex | BA | 60 | 2 | 0 | 30 | 63 | 1B | 1F | 62 | 25 |
| Octal | 272 | 140 | 2 | 0 | 60 | 143 | 33 | 37 | 142 | 45 |
| Binary | 10111010 | 1100000 | 10 | 0 | 110000 | 1100011 | 11011 | 11111 | 1100010 | 100101 |
Color Harmonies of #BA6002
Complementary color
Monochromatic Colors of #BA6002
Black with #BA6002
Text Example
Text Example
White with #BA6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6002; }
p { color: rgb(186,96,2); }
H1.HeaderClassName
{
color: #BA6002;
}
.AnyTagClassName
{
color: #BA6002;
}
</style>
background-color css
<style>
a { background-color: #BA6002; }
a { background-color: rgb(186,96,2); }
div.DivClassName
{
background-color: #BA6002;
}
.BgClassName
{
background-color: #BA6002;
}
</style>
border-color css
<style>
span { border-color: #BA6002; }
span { border-color: rgb(186,96,2); }
td.TdClassName
{
border-color: #BA6002;
}
.TagClassName
{
border-color: #BA6002;
}
</style>