Shades of Tenne (Tawny) #BA5F08
Tints of Tenne (Tawny) #BA5F08
RGB
CMYK
RGB Variations
Color information
#BA5F08 (or 0xBA5F08) is known color: Tenne (Tawny). HEX triplet: BA, 5F and 08. RGB value is (186,95,8). Sum of RGB (Red+Green+Blue) = 186+95+8=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5F08 is #45A0F7. Grayscale: #707070. Windows color (decimal): -4563192 or 548794. OLE color: 548794.
HSL color Cylindrical-coordinate representation of color #BA5F08: hue angle of 29.33º 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 #BA5F08 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.27 |
| HSL | 29.33º | 0.92% | 0.38% | - |
| HSV(B) | 29.33º | 0.96% | 0.73% | - |
| XYZ | 24.39 | 18.64 | 2.54 | - |
| YUV | 112.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 8 | 0 | 0.49 | 0.96 | 0.27 | 29.33 | 0.92 | 0.38 |
| Hex | BA | 5F | 8 | 0 | 31 | 60 | 1B | 1D | 5C | 26 |
| Octal | 272 | 137 | 10 | 0 | 61 | 140 | 33 | 35 | 134 | 46 |
| Binary | 10111010 | 1011111 | 1000 | 0 | 110001 | 1100000 | 11011 | 11101 | 1011100 | 100110 |
Color Harmonies of #BA5F08
Complementary color
Monochromatic Colors of #BA5F08
Black with #BA5F08
Text Example
Text Example
White with #BA5F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F08; }
p { color: rgb(186,95,8); }
H1.HeaderClassName
{
color: #BA5F08;
}
.AnyTagClassName
{
color: #BA5F08;
}
</style>
background-color css
<style>
a { background-color: #BA5F08; }
a { background-color: rgb(186,95,8); }
div.DivClassName
{
background-color: #BA5F08;
}
.BgClassName
{
background-color: #BA5F08;
}
</style>
border-color css
<style>
span { border-color: #BA5F08; }
span { border-color: rgb(186,95,8); }
td.TdClassName
{
border-color: #BA5F08;
}
.TagClassName
{
border-color: #BA5F08;
}
</style>