Shades of Nugget #BA8D1D
Tints of Nugget #BA8D1D
RGB
CMYK
RGB Variations
Color information
#BA8D1D (or 0xBA8D1D) is known color: Nugget. HEX triplet: BA, 8D and 1D. RGB value is (186,141,29). Sum of RGB (Red+Green+Blue) = 186+141+29=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D1D is #4572E2. Grayscale: #8E8E8E. Windows color (decimal): -4551395 or 1936826. OLE color: 1936826.
HSL color Cylindrical-coordinate representation of color #BA8D1D: hue angle of 42.8º degrees, saturation: 0.73, 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 #BA8D1D is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 29 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.27 |
| HSL | 42.8º | 0.73% | 0.42% | - |
| HSV(B) | 42.8º | 0.84% | 0.73% | - |
| XYZ | 30 | 29.58 | 5.29 | - |
| YUV | 141.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 29 | 0 | 0.24 | 0.84 | 0.27 | 42.8 | 0.73 | 0.42 |
| Hex | BA | 8D | 1D | 0 | 18 | 54 | 1B | 2B | 49 | 2A |
| Octal | 272 | 215 | 35 | 0 | 30 | 124 | 33 | 53 | 111 | 52 |
| Binary | 10111010 | 10001101 | 11101 | 0 | 11000 | 1010100 | 11011 | 101011 | 1001001 | 101010 |
Color Harmonies of #BA8D1D
Complementary color
Monochromatic Colors of #BA8D1D
Black with #BA8D1D
Text Example
Text Example
White with #BA8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D1D; }
p { color: rgb(186,141,29); }
H1.HeaderClassName
{
color: #BA8D1D;
}
.AnyTagClassName
{
color: #BA8D1D;
}
</style>
background-color css
<style>
a { background-color: #BA8D1D; }
a { background-color: rgb(186,141,29); }
div.DivClassName
{
background-color: #BA8D1D;
}
.BgClassName
{
background-color: #BA8D1D;
}
</style>
border-color css
<style>
span { border-color: #BA8D1D; }
span { border-color: rgb(186,141,29); }
td.TdClassName
{
border-color: #BA8D1D;
}
.TagClassName
{
border-color: #BA8D1D;
}
</style>