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