Shades of Tenne (Tawny) #BA570F
Tints of Tenne (Tawny) #BA570F
RGB
CMYK
RGB Variations
Color information
#BA570F (or 0xBA570F) is known color: Tenne (Tawny). HEX triplet: BA, 57 and 0F. RGB value is (186,87,15). Sum of RGB (Red+Green+Blue) = 186+87+15=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA570F is #45A8F0. Grayscale: #6C6C6C. Windows color (decimal): -4565233 or 1005498. OLE color: 1005498.
HSL color Cylindrical-coordinate representation of color #BA570F: hue angle of 25.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA570F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 15 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.27 |
| HSL | 25.26º | 0.85% | 0.39% | - |
| HSV(B) | 25.26º | 0.92% | 0.73% | - |
| XYZ | 23.74 | 17.29 | 2.54 | - |
| YUV | 108.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 15 | 0 | 0.53 | 0.92 | 0.27 | 25.26 | 0.85 | 0.39 |
| Hex | BA | 57 | F | 0 | 35 | 5C | 1B | 19 | 55 | 27 |
| Octal | 272 | 127 | 17 | 0 | 65 | 134 | 33 | 31 | 125 | 47 |
| Binary | 10111010 | 1010111 | 1111 | 0 | 110101 | 1011100 | 11011 | 11001 | 1010101 | 100111 |
Color Harmonies of #BA570F
Complementary color
Monochromatic Colors of #BA570F
Black with #BA570F
Text Example
Text Example
White with #BA570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA570F; }
p { color: rgb(186,87,15); }
H1.HeaderClassName
{
color: #BA570F;
}
.AnyTagClassName
{
color: #BA570F;
}
</style>
background-color css
<style>
a { background-color: #BA570F; }
a { background-color: rgb(186,87,15); }
div.DivClassName
{
background-color: #BA570F;
}
.BgClassName
{
background-color: #BA570F;
}
</style>
border-color css
<style>
span { border-color: #BA570F; }
span { border-color: rgb(186,87,15); }
td.TdClassName
{
border-color: #BA570F;
}
.TagClassName
{
border-color: #BA570F;
}
</style>