Shades of Nugget #BA9429
Tints of Nugget #BA9429
RGB
CMYK
RGB Variations
Color information
#BA9429 (or 0xBA9429) is known color: Nugget. HEX triplet: BA, 94 and 29. RGB value is (186,148,41). Sum of RGB (Red+Green+Blue) = 186+148+41=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9429 is #456BD6. Grayscale: #939393. Windows color (decimal): -4549591 or 2725050. OLE color: 2725050.
HSL color Cylindrical-coordinate representation of color #BA9429: hue angle of 44.28º 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 #BA9429 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 41 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.27 |
| HSL | 44.28º | 0.64% | 0.45% | - |
| HSV(B) | 44.28º | 0.78% | 0.73% | - |
| XYZ | 31.24 | 31.78 | 6.59 | - |
| YUV | 147.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 41 | 0 | 0.20 | 0.78 | 0.27 | 44.28 | 0.64 | 0.45 |
| Hex | BA | 94 | 29 | 0 | 14 | 4E | 1B | 2C | 40 | 2D |
| Octal | 272 | 224 | 51 | 0 | 24 | 116 | 33 | 54 | 100 | 55 |
| Binary | 10111010 | 10010100 | 101001 | 0 | 10100 | 1001110 | 11011 | 101100 | 1000000 | 101101 |
Color Harmonies of #BA9429
Complementary color
Monochromatic Colors of #BA9429
Black with #BA9429
Text Example
Text Example
White with #BA9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9429; }
p { color: rgb(186,148,41); }
H1.HeaderClassName
{
color: #BA9429;
}
.AnyTagClassName
{
color: #BA9429;
}
</style>
background-color css
<style>
a { background-color: #BA9429; }
a { background-color: rgb(186,148,41); }
div.DivClassName
{
background-color: #BA9429;
}
.BgClassName
{
background-color: #BA9429;
}
</style>
border-color css
<style>
span { border-color: #BA9429; }
span { border-color: rgb(186,148,41); }
td.TdClassName
{
border-color: #BA9429;
}
.TagClassName
{
border-color: #BA9429;
}
</style>