Shades of Tenne (Tawny) #BA5C00
Tints of Tenne (Tawny) #BA5C00
RGB
CMYK
RGB Variations
Color information
#BA5C00 (or 0xBA5C00) is known color: Tenne (Tawny). HEX triplet: BA, 5C and 00. RGB value is (186,92,0). Sum of RGB (Red+Green+Blue) = 186+92+0=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C00 is #45A3FF. Grayscale: #6E6E6E. Windows color (decimal): -4563968 or 23738. OLE color: 23738.
HSL color Cylindrical-coordinate representation of color #BA5C00: hue angle of 29.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA5C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.27 |
| HSL | 29.68º | 1% | 0.36% | - |
| HSV(B) | 29.68º | 1% | 0.73% | - |
| XYZ | 24.08 | 18.09 | 2.22 | - |
| YUV | 109.62 | 66.14 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 0 | 0 | 0.51 | 1 | 0.27 | 29.68 | 1 | 0.36 |
| Hex | BA | 5C | 0 | 0 | 33 | 64 | 1B | 1E | 64 | 24 |
| Octal | 272 | 134 | 0 | 0 | 63 | 144 | 33 | 36 | 144 | 44 |
| Binary | 10111010 | 1011100 | 0 | 0 | 110011 | 1100100 | 11011 | 11110 | 1100100 | 100100 |
Color Harmonies of #BA5C00
Complementary color
Monochromatic Colors of #BA5C00
Black with #BA5C00
Text Example
Text Example
White with #BA5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C00; }
p { color: rgb(186,92,0); }
H1.HeaderClassName
{
color: #BA5C00;
}
.AnyTagClassName
{
color: #BA5C00;
}
</style>
background-color css
<style>
a { background-color: #BA5C00; }
a { background-color: rgb(186,92,0); }
div.DivClassName
{
background-color: #BA5C00;
}
.BgClassName
{
background-color: #BA5C00;
}
</style>
border-color css
<style>
span { border-color: #BA5C00; }
span { border-color: rgb(186,92,0); }
td.TdClassName
{
border-color: #BA5C00;
}
.TagClassName
{
border-color: #BA5C00;
}
</style>