Shades of Nugget #BA9221
Tints of Nugget #BA9221
RGB
CMYK
RGB Variations
Color information
#BA9221 (or 0xBA9221) is known color: Nugget. HEX triplet: BA, 92 and 21. RGB value is (186,146,33). Sum of RGB (Red+Green+Blue) = 186+146+33=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9221 is #456DDE. Grayscale: #919191. Windows color (decimal): -4550111 or 2200250. OLE color: 2200250.
HSL color Cylindrical-coordinate representation of color #BA9221: hue angle of 44.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9221 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 33 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.27 |
| HSL | 44.31º | 0.7% | 0.43% | - |
| HSV(B) | 44.31º | 0.82% | 0.73% | - |
| XYZ | 30.8 | 31.11 | 5.82 | - |
| YUV | 145.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 33 | 0 | 0.22 | 0.82 | 0.27 | 44.31 | 0.7 | 0.43 |
| Hex | BA | 92 | 21 | 0 | 16 | 52 | 1B | 2C | 46 | 2B |
| Octal | 272 | 222 | 41 | 0 | 26 | 122 | 33 | 54 | 106 | 53 |
| Binary | 10111010 | 10010010 | 100001 | 0 | 10110 | 1010010 | 11011 | 101100 | 1000110 | 101011 |
Color Harmonies of #BA9221
Complementary color
Monochromatic Colors of #BA9221
Black with #BA9221
Text Example
Text Example
White with #BA9221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9221; }
p { color: rgb(186,146,33); }
H1.HeaderClassName
{
color: #BA9221;
}
.AnyTagClassName
{
color: #BA9221;
}
</style>
background-color css
<style>
a { background-color: #BA9221; }
a { background-color: rgb(186,146,33); }
div.DivClassName
{
background-color: #BA9221;
}
.BgClassName
{
background-color: #BA9221;
}
</style>
border-color css
<style>
span { border-color: #BA9221; }
span { border-color: rgb(186,146,33); }
td.TdClassName
{
border-color: #BA9221;
}
.TagClassName
{
border-color: #BA9221;
}
</style>