Shades of Nugget #BA9530
Tints of Nugget #BA9530
RGB
CMYK
RGB Variations
Color information
#BA9530 (or 0xBA9530) is known color: Nugget. HEX triplet: BA, 95 and 30. RGB value is (186,149,48). Sum of RGB (Red+Green+Blue) = 186+149+48=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9530 is #456ACF. Grayscale: #949494. Windows color (decimal): -4549328 or 3184058. OLE color: 3184058.
HSL color Cylindrical-coordinate representation of color #BA9530: hue angle of 43.91º 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 #BA9530 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 48 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.27 |
| HSL | 43.91º | 0.59% | 0.46% | - |
| HSV(B) | 43.91º | 0.74% | 0.73% | - |
| XYZ | 31.53 | 32.15 | 7.34 | - |
| YUV | 148.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 48 | 0 | 0.20 | 0.74 | 0.27 | 43.91 | 0.59 | 0.46 |
| Hex | BA | 95 | 30 | 0 | 14 | 4A | 1B | 2C | 3B | 2E |
| Octal | 272 | 225 | 60 | 0 | 24 | 112 | 33 | 54 | 73 | 56 |
| Binary | 10111010 | 10010101 | 110000 | 0 | 10100 | 1001010 | 11011 | 101100 | 111011 | 101110 |
Color Harmonies of #BA9530
Complementary color
Monochromatic Colors of #BA9530
Black with #BA9530
Text Example
Text Example
White with #BA9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9530; }
p { color: rgb(186,149,48); }
H1.HeaderClassName
{
color: #BA9530;
}
.AnyTagClassName
{
color: #BA9530;
}
</style>
background-color css
<style>
a { background-color: #BA9530; }
a { background-color: rgb(186,149,48); }
div.DivClassName
{
background-color: #BA9530;
}
.BgClassName
{
background-color: #BA9530;
}
</style>
border-color css
<style>
span { border-color: #BA9530; }
span { border-color: rgb(186,149,48); }
td.TdClassName
{
border-color: #BA9530;
}
.TagClassName
{
border-color: #BA9530;
}
</style>