Shades of Nugget #BA9931
Tints of Nugget #BA9931
RGB
CMYK
RGB Variations
Color information
#BA9931 (or 0xBA9931) is known color: Nugget. HEX triplet: BA, 99 and 31. RGB value is (186,153,49). Sum of RGB (Red+Green+Blue) = 186+153+49=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9931 is #4566CE. Grayscale: #979797. Windows color (decimal): -4548303 or 3250618. OLE color: 3250618.
HSL color Cylindrical-coordinate representation of color #BA9931: hue angle of 45.55º degrees, saturation: 0.58, 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 #BA9931 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 49 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.27 |
| HSL | 45.55º | 0.58% | 0.46% | - |
| HSV(B) | 45.55º | 0.74% | 0.73% | - |
| XYZ | 32.2 | 33.44 | 7.66 | - |
| YUV | 151.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 49 | 0 | 0.18 | 0.74 | 0.27 | 45.55 | 0.58 | 0.46 |
| Hex | BA | 99 | 31 | 0 | 12 | 4A | 1B | 2E | 3A | 2E |
| Octal | 272 | 231 | 61 | 0 | 22 | 112 | 33 | 56 | 72 | 56 |
| Binary | 10111010 | 10011001 | 110001 | 0 | 10010 | 1001010 | 11011 | 101110 | 111010 | 101110 |
Color Harmonies of #BA9931
Complementary color
Monochromatic Colors of #BA9931
Black with #BA9931
Text Example
Text Example
White with #BA9931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9931; }
p { color: rgb(186,153,49); }
H1.HeaderClassName
{
color: #BA9931;
}
.AnyTagClassName
{
color: #BA9931;
}
</style>
background-color css
<style>
a { background-color: #BA9931; }
a { background-color: rgb(186,153,49); }
div.DivClassName
{
background-color: #BA9931;
}
.BgClassName
{
background-color: #BA9931;
}
</style>
border-color css
<style>
span { border-color: #BA9931; }
span { border-color: rgb(186,153,49); }
td.TdClassName
{
border-color: #BA9931;
}
.TagClassName
{
border-color: #BA9931;
}
</style>