Shades of Tenne (Tawny) #BA630A
Tints of Tenne (Tawny) #BA630A
RGB
CMYK
RGB Variations
Color information
#BA630A (or 0xBA630A) is known color: Tenne (Tawny). HEX triplet: BA, 63 and 0A. RGB value is (186,99,10). Sum of RGB (Red+Green+Blue) = 186+99+10=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA630A is #459CF5. Grayscale: #737373. Windows color (decimal): -4562166 or 680890. OLE color: 680890.
HSL color Cylindrical-coordinate representation of color #BA630A: hue angle of 30.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA630A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.27 |
| HSL | 30.34º | 0.9% | 0.38% | - |
| HSV(B) | 30.34º | 0.95% | 0.73% | - |
| XYZ | 24.77 | 19.38 | 2.72 | - |
| YUV | 114.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 10 | 0 | 0.47 | 0.95 | 0.27 | 30.34 | 0.9 | 0.38 |
| Hex | BA | 63 | A | 0 | 2F | 5F | 1B | 1E | 5A | 26 |
| Octal | 272 | 143 | 12 | 0 | 57 | 137 | 33 | 36 | 132 | 46 |
| Binary | 10111010 | 1100011 | 1010 | 0 | 101111 | 1011111 | 11011 | 11110 | 1011010 | 100110 |
Color Harmonies of #BA630A
Complementary color
Monochromatic Colors of #BA630A
Black with #BA630A
Text Example
Text Example
White with #BA630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA630A; }
p { color: rgb(186,99,10); }
H1.HeaderClassName
{
color: #BA630A;
}
.AnyTagClassName
{
color: #BA630A;
}
</style>
background-color css
<style>
a { background-color: #BA630A; }
a { background-color: rgb(186,99,10); }
div.DivClassName
{
background-color: #BA630A;
}
.BgClassName
{
background-color: #BA630A;
}
</style>
border-color css
<style>
span { border-color: #BA630A; }
span { border-color: rgb(186,99,10); }
td.TdClassName
{
border-color: #BA630A;
}
.TagClassName
{
border-color: #BA630A;
}
</style>