Shades of Nugget #BA9220
Tints of Nugget #BA9220
RGB
CMYK
RGB Variations
Color information
#BA9220 (or 0xBA9220) is known color: Nugget. HEX triplet: BA, 92 and 20. RGB value is (186,146,32). Sum of RGB (Red+Green+Blue) = 186+146+32=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9220 is #456DDF. Grayscale: #919191. Windows color (decimal): -4550112 or 2134714. OLE color: 2134714.
HSL color Cylindrical-coordinate representation of color #BA9220: hue angle of 44.42º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9220 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 32 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.27 |
| HSL | 44.42º | 0.71% | 0.43% | - |
| HSV(B) | 44.42º | 0.83% | 0.73% | - |
| XYZ | 30.79 | 31.1 | 5.75 | - |
| YUV | 144.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 32 | 0 | 0.22 | 0.83 | 0.27 | 44.42 | 0.71 | 0.43 |
| Hex | BA | 92 | 20 | 0 | 16 | 53 | 1B | 2C | 47 | 2B |
| Octal | 272 | 222 | 40 | 0 | 26 | 123 | 33 | 54 | 107 | 53 |
| Binary | 10111010 | 10010010 | 100000 | 0 | 10110 | 1010011 | 11011 | 101100 | 1000111 | 101011 |
Color Harmonies of #BA9220
Complementary color
Monochromatic Colors of #BA9220
Black with #BA9220
Text Example
Text Example
White with #BA9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9220; }
p { color: rgb(186,146,32); }
H1.HeaderClassName
{
color: #BA9220;
}
.AnyTagClassName
{
color: #BA9220;
}
</style>
background-color css
<style>
a { background-color: #BA9220; }
a { background-color: rgb(186,146,32); }
div.DivClassName
{
background-color: #BA9220;
}
.BgClassName
{
background-color: #BA9220;
}
</style>
border-color css
<style>
span { border-color: #BA9220; }
span { border-color: rgb(186,146,32); }
td.TdClassName
{
border-color: #BA9220;
}
.TagClassName
{
border-color: #BA9220;
}
</style>