Shades of Nugget #BA9322
Tints of Nugget #BA9322
RGB
CMYK
RGB Variations
Color information
#BA9322 (or 0xBA9322) is known color: Nugget. HEX triplet: BA, 93 and 22. RGB value is (186,147,34). Sum of RGB (Red+Green+Blue) = 186+147+34=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9322 is #456CDD. Grayscale: #929292. Windows color (decimal): -4549854 or 2266042. OLE color: 2266042.
HSL color Cylindrical-coordinate representation of color #BA9322: hue angle of 44.61º 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 #BA9322 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 34 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.27 |
| HSL | 44.61º | 0.69% | 0.43% | - |
| HSV(B) | 44.61º | 0.82% | 0.73% | - |
| XYZ | 30.97 | 31.42 | 5.95 | - |
| YUV | 145.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 34 | 0 | 0.21 | 0.82 | 0.27 | 44.61 | 0.69 | 0.43 |
| Hex | BA | 93 | 22 | 0 | 15 | 52 | 1B | 2D | 45 | 2B |
| Octal | 272 | 223 | 42 | 0 | 25 | 122 | 33 | 55 | 105 | 53 |
| Binary | 10111010 | 10010011 | 100010 | 0 | 10101 | 1010010 | 11011 | 101101 | 1000101 | 101011 |
Color Harmonies of #BA9322
Complementary color
Monochromatic Colors of #BA9322
Black with #BA9322
Text Example
Text Example
White with #BA9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9322; }
p { color: rgb(186,147,34); }
H1.HeaderClassName
{
color: #BA9322;
}
.AnyTagClassName
{
color: #BA9322;
}
</style>
background-color css
<style>
a { background-color: #BA9322; }
a { background-color: rgb(186,147,34); }
div.DivClassName
{
background-color: #BA9322;
}
.BgClassName
{
background-color: #BA9322;
}
</style>
border-color css
<style>
span { border-color: #BA9322; }
span { border-color: rgb(186,147,34); }
td.TdClassName
{
border-color: #BA9322;
}
.TagClassName
{
border-color: #BA9322;
}
</style>