Shades of Nugget #BA8C1E
Tints of Nugget #BA8C1E
RGB
CMYK
RGB Variations
Color information
#BA8C1E (or 0xBA8C1E) is known color: Nugget. HEX triplet: BA, 8C and 1E. RGB value is (186,140,30). Sum of RGB (Red+Green+Blue) = 186+140+30=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C1E is #4573E1. Grayscale: #8D8D8D. Windows color (decimal): -4551650 or 2002106. OLE color: 2002106.
HSL color Cylindrical-coordinate representation of color #BA8C1E: hue angle of 42.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA8C1E is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 30 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.27 |
| HSL | 42.31º | 0.72% | 0.42% | - |
| HSV(B) | 42.31º | 0.84% | 0.73% | - |
| XYZ | 29.86 | 29.29 | 5.31 | - |
| YUV | 141.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 30 | 0 | 0.25 | 0.84 | 0.27 | 42.31 | 0.72 | 0.42 |
| Hex | BA | 8C | 1E | 0 | 19 | 54 | 1B | 2A | 48 | 2A |
| Octal | 272 | 214 | 36 | 0 | 31 | 124 | 33 | 52 | 110 | 52 |
| Binary | 10111010 | 10001100 | 11110 | 0 | 11001 | 1010100 | 11011 | 101010 | 1001000 | 101010 |
Color Harmonies of #BA8C1E
Complementary color
Monochromatic Colors of #BA8C1E
Black with #BA8C1E
Text Example
Text Example
White with #BA8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C1E; }
p { color: rgb(186,140,30); }
H1.HeaderClassName
{
color: #BA8C1E;
}
.AnyTagClassName
{
color: #BA8C1E;
}
</style>
background-color css
<style>
a { background-color: #BA8C1E; }
a { background-color: rgb(186,140,30); }
div.DivClassName
{
background-color: #BA8C1E;
}
.BgClassName
{
background-color: #BA8C1E;
}
</style>
border-color css
<style>
span { border-color: #BA8C1E; }
span { border-color: rgb(186,140,30); }
td.TdClassName
{
border-color: #BA8C1E;
}
.TagClassName
{
border-color: #BA8C1E;
}
</style>