Shades of Nugget #BA8D25
Tints of Nugget #BA8D25
RGB
CMYK
RGB Variations
Color information
#BA8D25 (or 0xBA8D25) is known color: Nugget. HEX triplet: BA, 8D and 25. RGB value is (186,141,37). Sum of RGB (Red+Green+Blue) = 186+141+37=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D25 is #4572DA. Grayscale: #8F8F8F. Windows color (decimal): -4551387 or 2461114. OLE color: 2461114.
HSL color Cylindrical-coordinate representation of color #BA8D25: hue angle of 41.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8D25 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 37 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.27 |
| HSL | 41.88º | 0.67% | 0.44% | - |
| HSV(B) | 41.88º | 0.8% | 0.73% | - |
| XYZ | 30.11 | 29.62 | 5.88 | - |
| YUV | 142.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 37 | 0 | 0.24 | 0.80 | 0.27 | 41.88 | 0.67 | 0.44 |
| Hex | BA | 8D | 25 | 0 | 18 | 50 | 1B | 2A | 43 | 2C |
| Octal | 272 | 215 | 45 | 0 | 30 | 120 | 33 | 52 | 103 | 54 |
| Binary | 10111010 | 10001101 | 100101 | 0 | 11000 | 1010000 | 11011 | 101010 | 1000011 | 101100 |
Color Harmonies of #BA8D25
Complementary color
Monochromatic Colors of #BA8D25
Black with #BA8D25
Text Example
Text Example
White with #BA8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D25; }
p { color: rgb(186,141,37); }
H1.HeaderClassName
{
color: #BA8D25;
}
.AnyTagClassName
{
color: #BA8D25;
}
</style>
background-color css
<style>
a { background-color: #BA8D25; }
a { background-color: rgb(186,141,37); }
div.DivClassName
{
background-color: #BA8D25;
}
.BgClassName
{
background-color: #BA8D25;
}
</style>
border-color css
<style>
span { border-color: #BA8D25; }
span { border-color: rgb(186,141,37); }
td.TdClassName
{
border-color: #BA8D25;
}
.TagClassName
{
border-color: #BA8D25;
}
</style>