Shades of Tenne (Tawny) #BA5A02
Tints of Tenne (Tawny) #BA5A02
RGB
CMYK
RGB Variations
Color information
#BA5A02 (or 0xBA5A02) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 02. RGB value is (186,90,2). Sum of RGB (Red+Green+Blue) = 186+90+2=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A02 is #45A5FD. Grayscale: #6D6D6D. Windows color (decimal): -4564478 or 154298. OLE color: 154298.
HSL color Cylindrical-coordinate representation of color #BA5A02: hue angle of 28.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA5A02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.27 |
| HSL | 28.7º | 0.98% | 0.37% | - |
| HSV(B) | 28.7º | 0.99% | 0.73% | - |
| XYZ | 23.92 | 17.76 | 2.22 | - |
| YUV | 108.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 2 | 0 | 0.52 | 0.99 | 0.27 | 28.7 | 0.98 | 0.37 |
| Hex | BA | 5A | 2 | 0 | 34 | 63 | 1B | 1D | 62 | 25 |
| Octal | 272 | 132 | 2 | 0 | 64 | 143 | 33 | 35 | 142 | 45 |
| Binary | 10111010 | 1011010 | 10 | 0 | 110100 | 1100011 | 11011 | 11101 | 1100010 | 100101 |
Color Harmonies of #BA5A02
Complementary color
Monochromatic Colors of #BA5A02
Black with #BA5A02
Text Example
Text Example
White with #BA5A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A02; }
p { color: rgb(186,90,2); }
H1.HeaderClassName
{
color: #BA5A02;
}
.AnyTagClassName
{
color: #BA5A02;
}
</style>
background-color css
<style>
a { background-color: #BA5A02; }
a { background-color: rgb(186,90,2); }
div.DivClassName
{
background-color: #BA5A02;
}
.BgClassName
{
background-color: #BA5A02;
}
</style>
border-color css
<style>
span { border-color: #BA5A02; }
span { border-color: rgb(186,90,2); }
td.TdClassName
{
border-color: #BA5A02;
}
.TagClassName
{
border-color: #BA5A02;
}
</style>