Shades of Tenne (Tawny) #BA5B06
Tints of Tenne (Tawny) #BA5B06
RGB
CMYK
RGB Variations
Color information
#BA5B06 (or 0xBA5B06) is known color: Tenne (Tawny). HEX triplet: BA, 5B and 06. RGB value is (186,91,6). Sum of RGB (Red+Green+Blue) = 186+91+6=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B06 is #45A4F9. Grayscale: #6E6E6E. Windows color (decimal): -4564218 or 416698. OLE color: 416698.
HSL color Cylindrical-coordinate representation of color #BA5B06: hue angle of 28.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA5B06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.27 |
| HSL | 28.33º | 0.94% | 0.38% | - |
| HSV(B) | 28.33º | 0.97% | 0.73% | - |
| XYZ | 24.02 | 17.93 | 2.37 | - |
| YUV | 109.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 6 | 0 | 0.51 | 0.97 | 0.27 | 28.33 | 0.94 | 0.38 |
| Hex | BA | 5B | 6 | 0 | 33 | 61 | 1B | 1C | 5E | 26 |
| Octal | 272 | 133 | 6 | 0 | 63 | 141 | 33 | 34 | 136 | 46 |
| Binary | 10111010 | 1011011 | 110 | 0 | 110011 | 1100001 | 11011 | 11100 | 1011110 | 100110 |
Color Harmonies of #BA5B06
Complementary color
Monochromatic Colors of #BA5B06
Black with #BA5B06
Text Example
Text Example
White with #BA5B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B06; }
p { color: rgb(186,91,6); }
H1.HeaderClassName
{
color: #BA5B06;
}
.AnyTagClassName
{
color: #BA5B06;
}
</style>
background-color css
<style>
a { background-color: #BA5B06; }
a { background-color: rgb(186,91,6); }
div.DivClassName
{
background-color: #BA5B06;
}
.BgClassName
{
background-color: #BA5B06;
}
</style>
border-color css
<style>
span { border-color: #BA5B06; }
span { border-color: rgb(186,91,6); }
td.TdClassName
{
border-color: #BA5B06;
}
.TagClassName
{
border-color: #BA5B06;
}
</style>