Shades of Nugget #BA9222
Tints of Nugget #BA9222
RGB
CMYK
RGB Variations
Color information
#BA9222 (or 0xBA9222) is known color: Nugget. HEX triplet: BA, 92 and 22. RGB value is (186,146,34). Sum of RGB (Red+Green+Blue) = 186+146+34=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9222 is #456DDD. Grayscale: #919191. Windows color (decimal): -4550110 or 2265786. OLE color: 2265786.
HSL color Cylindrical-coordinate representation of color #BA9222: hue angle of 44.21º degrees, saturation: 0.69, 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 #BA9222 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 34 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.27 |
| HSL | 44.21º | 0.69% | 0.43% | - |
| HSV(B) | 44.21º | 0.82% | 0.73% | - |
| XYZ | 30.82 | 31.11 | 5.89 | - |
| YUV | 145.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 34 | 0 | 0.22 | 0.82 | 0.27 | 44.21 | 0.69 | 0.43 |
| Hex | BA | 92 | 22 | 0 | 16 | 52 | 1B | 2C | 45 | 2B |
| Octal | 272 | 222 | 42 | 0 | 26 | 122 | 33 | 54 | 105 | 53 |
| Binary | 10111010 | 10010010 | 100010 | 0 | 10110 | 1010010 | 11011 | 101100 | 1000101 | 101011 |
Color Harmonies of #BA9222
Complementary color
Monochromatic Colors of #BA9222
Black with #BA9222
Text Example
Text Example
White with #BA9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9222; }
p { color: rgb(186,146,34); }
H1.HeaderClassName
{
color: #BA9222;
}
.AnyTagClassName
{
color: #BA9222;
}
</style>
background-color css
<style>
a { background-color: #BA9222; }
a { background-color: rgb(186,146,34); }
div.DivClassName
{
background-color: #BA9222;
}
.BgClassName
{
background-color: #BA9222;
}
</style>
border-color css
<style>
span { border-color: #BA9222; }
span { border-color: rgb(186,146,34); }
td.TdClassName
{
border-color: #BA9222;
}
.TagClassName
{
border-color: #BA9222;
}
</style>