Shades of Tenne (Tawny) #BA6008
Tints of Tenne (Tawny) #BA6008
RGB
CMYK
RGB Variations
Color information
#BA6008 (or 0xBA6008) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 08. RGB value is (186,96,8). Sum of RGB (Red+Green+Blue) = 186+96+8=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6008 is #459FF7. Grayscale: #717171. Windows color (decimal): -4562936 or 549050. OLE color: 549050.
HSL color Cylindrical-coordinate representation of color #BA6008: hue angle of 29.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA6008 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.27 |
| HSL | 29.66º | 0.92% | 0.38% | - |
| HSV(B) | 29.66º | 0.96% | 0.73% | - |
| XYZ | 24.48 | 18.82 | 2.57 | - |
| YUV | 112.88 | 68.82 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 8 | 0 | 0.48 | 0.96 | 0.27 | 29.66 | 0.92 | 0.38 |
| Hex | BA | 60 | 8 | 0 | 30 | 60 | 1B | 1E | 5C | 26 |
| Octal | 272 | 140 | 10 | 0 | 60 | 140 | 33 | 36 | 134 | 46 |
| Binary | 10111010 | 1100000 | 1000 | 0 | 110000 | 1100000 | 11011 | 11110 | 1011100 | 100110 |
Color Harmonies of #BA6008
Complementary color
Monochromatic Colors of #BA6008
Black with #BA6008
Text Example
Text Example
White with #BA6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6008; }
p { color: rgb(186,96,8); }
H1.HeaderClassName
{
color: #BA6008;
}
.AnyTagClassName
{
color: #BA6008;
}
</style>
background-color css
<style>
a { background-color: #BA6008; }
a { background-color: rgb(186,96,8); }
div.DivClassName
{
background-color: #BA6008;
}
.BgClassName
{
background-color: #BA6008;
}
</style>
border-color css
<style>
span { border-color: #BA6008; }
span { border-color: rgb(186,96,8); }
td.TdClassName
{
border-color: #BA6008;
}
.TagClassName
{
border-color: #BA6008;
}
</style>