Shades of Nugget #BA9529
Tints of Nugget #BA9529
RGB
CMYK
RGB Variations
Color information
#BA9529 (or 0xBA9529) is known color: Nugget. HEX triplet: BA, 95 and 29. RGB value is (186,149,41). Sum of RGB (Red+Green+Blue) = 186+149+41=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9529 is #456AD6. Grayscale: #949494. Windows color (decimal): -4549335 or 2725306. OLE color: 2725306.
HSL color Cylindrical-coordinate representation of color #BA9529: hue angle of 44.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9529 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 41 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.27 |
| HSL | 44.69º | 0.64% | 0.45% | - |
| HSV(B) | 44.69º | 0.78% | 0.73% | - |
| XYZ | 31.4 | 32.09 | 6.64 | - |
| YUV | 147.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 41 | 0 | 0.20 | 0.78 | 0.27 | 44.69 | 0.64 | 0.45 |
| Hex | BA | 95 | 29 | 0 | 14 | 4E | 1B | 2D | 40 | 2D |
| Octal | 272 | 225 | 51 | 0 | 24 | 116 | 33 | 55 | 100 | 55 |
| Binary | 10111010 | 10010101 | 101001 | 0 | 10100 | 1001110 | 11011 | 101101 | 1000000 | 101101 |
Color Harmonies of #BA9529
Complementary color
Monochromatic Colors of #BA9529
Black with #BA9529
Text Example
Text Example
White with #BA9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9529; }
p { color: rgb(186,149,41); }
H1.HeaderClassName
{
color: #BA9529;
}
.AnyTagClassName
{
color: #BA9529;
}
</style>
background-color css
<style>
a { background-color: #BA9529; }
a { background-color: rgb(186,149,41); }
div.DivClassName
{
background-color: #BA9529;
}
.BgClassName
{
background-color: #BA9529;
}
</style>
border-color css
<style>
span { border-color: #BA9529; }
span { border-color: rgb(186,149,41); }
td.TdClassName
{
border-color: #BA9529;
}
.TagClassName
{
border-color: #BA9529;
}
</style>