Shades of Tenne (Tawny) #BA650D
Tints of Tenne (Tawny) #BA650D
RGB
CMYK
RGB Variations
Color information
#BA650D (or 0xBA650D) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 0D. RGB value is (186,101,13). Sum of RGB (Red+Green+Blue) = 186+101+13=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA650D is #459AF2. Grayscale: #747474. Windows color (decimal): -4561651 or 878010. OLE color: 878010.
HSL color Cylindrical-coordinate representation of color #BA650D: hue angle of 30.52º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA650D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.27 |
| HSL | 30.52º | 0.87% | 0.39% | - |
| HSV(B) | 30.52º | 0.93% | 0.73% | - |
| XYZ | 24.98 | 19.78 | 2.88 | - |
| YUV | 116.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 13 | 0 | 0.46 | 0.93 | 0.27 | 30.52 | 0.87 | 0.39 |
| Hex | BA | 65 | D | 0 | 2E | 5D | 1B | 1F | 57 | 27 |
| Octal | 272 | 145 | 15 | 0 | 56 | 135 | 33 | 37 | 127 | 47 |
| Binary | 10111010 | 1100101 | 1101 | 0 | 101110 | 1011101 | 11011 | 11111 | 1010111 | 100111 |
Color Harmonies of #BA650D
Complementary color
Monochromatic Colors of #BA650D
Black with #BA650D
Text Example
Text Example
White with #BA650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA650D; }
p { color: rgb(186,101,13); }
H1.HeaderClassName
{
color: #BA650D;
}
.AnyTagClassName
{
color: #BA650D;
}
</style>
background-color css
<style>
a { background-color: #BA650D; }
a { background-color: rgb(186,101,13); }
div.DivClassName
{
background-color: #BA650D;
}
.BgClassName
{
background-color: #BA650D;
}
</style>
border-color css
<style>
span { border-color: #BA650D; }
span { border-color: rgb(186,101,13); }
td.TdClassName
{
border-color: #BA650D;
}
.TagClassName
{
border-color: #BA650D;
}
</style>