Shades of Tenne (Tawny) #BA650B
Tints of Tenne (Tawny) #BA650B
RGB
CMYK
RGB Variations
Color information
#BA650B (or 0xBA650B) is known color: Tenne (Tawny). HEX triplet: BA, 65 and 0B. RGB value is (186,101,11). Sum of RGB (Red+Green+Blue) = 186+101+11=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA650B is #459AF4. Grayscale: #747474. Windows color (decimal): -4561653 or 746938. OLE color: 746938.
HSL color Cylindrical-coordinate representation of color #BA650B: hue angle of 30.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA650B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.27 |
| HSL | 30.86º | 0.89% | 0.39% | - |
| HSV(B) | 30.86º | 0.94% | 0.73% | - |
| XYZ | 24.96 | 19.77 | 2.82 | - |
| YUV | 116.16 | 68.66 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 11 | 0 | 0.46 | 0.94 | 0.27 | 30.86 | 0.89 | 0.39 |
| Hex | BA | 65 | B | 0 | 2E | 5E | 1B | 1F | 59 | 27 |
| Octal | 272 | 145 | 13 | 0 | 56 | 136 | 33 | 37 | 131 | 47 |
| Binary | 10111010 | 1100101 | 1011 | 0 | 101110 | 1011110 | 11011 | 11111 | 1011001 | 100111 |
Color Harmonies of #BA650B
Complementary color
Monochromatic Colors of #BA650B
Black with #BA650B
Text Example
Text Example
White with #BA650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA650B; }
p { color: rgb(186,101,11); }
H1.HeaderClassName
{
color: #BA650B;
}
.AnyTagClassName
{
color: #BA650B;
}
</style>
background-color css
<style>
a { background-color: #BA650B; }
a { background-color: rgb(186,101,11); }
div.DivClassName
{
background-color: #BA650B;
}
.BgClassName
{
background-color: #BA650B;
}
</style>
border-color css
<style>
span { border-color: #BA650B; }
span { border-color: rgb(186,101,11); }
td.TdClassName
{
border-color: #BA650B;
}
.TagClassName
{
border-color: #BA650B;
}
</style>