Shades of Tenne (Tawny) #BA5B08
Tints of Tenne (Tawny) #BA5B08
RGB
CMYK
RGB Variations
Color information
#BA5B08 (or 0xBA5B08) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 08. RGB value is (186,91,8). Sum of RGB (Red+Green+Blue) = 186+91+8=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B08 is #45A4F7. Grayscale: #6E6E6E. Windows color (decimal): -4564216 or 547770. OLE color: 547770.
HSL color Cylindrical-coordinate representation of color #BA5B08: hue angle of 27.98º 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 #BA5B08 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.27 |
| HSL | 27.98º | 0.92% | 0.38% | - |
| HSV(B) | 27.98º | 0.96% | 0.73% | - |
| XYZ | 24.03 | 17.94 | 2.43 | - |
| YUV | 109.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 8 | 0 | 0.51 | 0.96 | 0.27 | 27.98 | 0.92 | 0.38 |
| Hex | BA | 5B | 8 | 0 | 33 | 60 | 1B | 1C | 5C | 26 |
| Octal | 272 | 133 | 10 | 0 | 63 | 140 | 33 | 34 | 134 | 46 |
| Binary | 10111010 | 1011011 | 1000 | 0 | 110011 | 1100000 | 11011 | 11100 | 1011100 | 100110 |
Color Harmonies of #BA5B08
Complementary color
Monochromatic Colors of #BA5B08
Black with #BA5B08
Text Example
Text Example
White with #BA5B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B08; }
p { color: rgb(186,91,8); }
H1.HeaderClassName
{
color: #BA5B08;
}
.AnyTagClassName
{
color: #BA5B08;
}
</style>
background-color css
<style>
a { background-color: #BA5B08; }
a { background-color: rgb(186,91,8); }
div.DivClassName
{
background-color: #BA5B08;
}
.BgClassName
{
background-color: #BA5B08;
}
</style>
border-color css
<style>
span { border-color: #BA5B08; }
span { border-color: rgb(186,91,8); }
td.TdClassName
{
border-color: #BA5B08;
}
.TagClassName
{
border-color: #BA5B08;
}
</style>