Shades of Nugget #BA9430
Tints of Nugget #BA9430
RGB
CMYK
RGB Variations
Color information
#BA9430 (or 0xBA9430) is known color: Nugget. HEX triplet: BA, 94 and 30. RGB value is (186,148,48). Sum of RGB (Red+Green+Blue) = 186+148+48=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9430 is #456BCF. Grayscale: #949494. Windows color (decimal): -4549584 or 3183802. OLE color: 3183802.
HSL color Cylindrical-coordinate representation of color #BA9430: hue angle of 43.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA9430 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 48 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.27 |
| HSL | 43.48º | 0.59% | 0.46% | - |
| HSV(B) | 43.48º | 0.74% | 0.73% | - |
| XYZ | 31.37 | 31.83 | 7.29 | - |
| YUV | 147.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 48 | 0 | 0.20 | 0.74 | 0.27 | 43.48 | 0.59 | 0.46 |
| Hex | BA | 94 | 30 | 0 | 14 | 4A | 1B | 2B | 3B | 2E |
| Octal | 272 | 224 | 60 | 0 | 24 | 112 | 33 | 53 | 73 | 56 |
| Binary | 10111010 | 10010100 | 110000 | 0 | 10100 | 1001010 | 11011 | 101011 | 111011 | 101110 |
Color Harmonies of #BA9430
Complementary color
Monochromatic Colors of #BA9430
Black with #BA9430
Text Example
Text Example
White with #BA9430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9430; }
p { color: rgb(186,148,48); }
H1.HeaderClassName
{
color: #BA9430;
}
.AnyTagClassName
{
color: #BA9430;
}
</style>
background-color css
<style>
a { background-color: #BA9430; }
a { background-color: rgb(186,148,48); }
div.DivClassName
{
background-color: #BA9430;
}
.BgClassName
{
background-color: #BA9430;
}
</style>
border-color css
<style>
span { border-color: #BA9430; }
span { border-color: rgb(186,148,48); }
td.TdClassName
{
border-color: #BA9430;
}
.TagClassName
{
border-color: #BA9430;
}
</style>