Shades of Tenne (Tawny) #BA5D02
Tints of Tenne (Tawny) #BA5D02
RGB
CMYK
RGB Variations
Color information
#BA5D02 (or 0xBA5D02) is known color: Tenne (Tawny). HEX triplet: BA, 5D and 02. RGB value is (186,93,2). Sum of RGB (Red+Green+Blue) = 186+93+2=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D02 is #45A2FD. Grayscale: #6E6E6E. Windows color (decimal): -4563710 or 155066. OLE color: 155066.
HSL color Cylindrical-coordinate representation of color #BA5D02: hue angle of 29.67º 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 #BA5D02 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 2 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.27 |
| HSL | 29.67º | 0.98% | 0.37% | - |
| HSV(B) | 29.67º | 0.99% | 0.73% | - |
| XYZ | 24.18 | 18.27 | 2.31 | - |
| YUV | 110.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 2 | 0 | 0.5 | 0.99 | 0.27 | 29.67 | 0.98 | 0.37 |
| Hex | BA | 5D | 2 | 0 | 32 | 63 | 1B | 1E | 62 | 25 |
| Octal | 272 | 135 | 2 | 0 | 62 | 143 | 33 | 36 | 142 | 45 |
| Binary | 10111010 | 1011101 | 10 | 0 | 110010 | 1100011 | 11011 | 11110 | 1100010 | 100101 |
Color Harmonies of #BA5D02
Complementary color
Monochromatic Colors of #BA5D02
Black with #BA5D02
Text Example
Text Example
White with #BA5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D02; }
p { color: rgb(186,93,2); }
H1.HeaderClassName
{
color: #BA5D02;
}
.AnyTagClassName
{
color: #BA5D02;
}
</style>
background-color css
<style>
a { background-color: #BA5D02; }
a { background-color: rgb(186,93,2); }
div.DivClassName
{
background-color: #BA5D02;
}
.BgClassName
{
background-color: #BA5D02;
}
</style>
border-color css
<style>
span { border-color: #BA5D02; }
span { border-color: rgb(186,93,2); }
td.TdClassName
{
border-color: #BA5D02;
}
.TagClassName
{
border-color: #BA5D02;
}
</style>