Shades of Nugget #BA9122
Tints of Nugget #BA9122
RGB
CMYK
RGB Variations
Color information
#BA9122 (or 0xBA9122) is known color: Nugget. HEX triplet: BA, 91 and 22. RGB value is (186,145,34). Sum of RGB (Red+Green+Blue) = 186+145+34=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9122 is #456EDD. Grayscale: #919191. Windows color (decimal): -4550366 or 2265530. OLE color: 2265530.
HSL color Cylindrical-coordinate representation of color #BA9122: hue angle of 43.82º 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 #BA9122 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 34 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.27 |
| HSL | 43.82º | 0.69% | 0.43% | - |
| HSV(B) | 43.82º | 0.82% | 0.73% | - |
| XYZ | 30.66 | 30.81 | 5.84 | - |
| YUV | 144.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 34 | 0 | 0.22 | 0.82 | 0.27 | 43.82 | 0.69 | 0.43 |
| Hex | BA | 91 | 22 | 0 | 16 | 52 | 1B | 2C | 45 | 2B |
| Octal | 272 | 221 | 42 | 0 | 26 | 122 | 33 | 54 | 105 | 53 |
| Binary | 10111010 | 10010001 | 100010 | 0 | 10110 | 1010010 | 11011 | 101100 | 1000101 | 101011 |
Color Harmonies of #BA9122
Complementary color
Monochromatic Colors of #BA9122
Black with #BA9122
Text Example
Text Example
White with #BA9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9122; }
p { color: rgb(186,145,34); }
H1.HeaderClassName
{
color: #BA9122;
}
.AnyTagClassName
{
color: #BA9122;
}
</style>
background-color css
<style>
a { background-color: #BA9122; }
a { background-color: rgb(186,145,34); }
div.DivClassName
{
background-color: #BA9122;
}
.BgClassName
{
background-color: #BA9122;
}
</style>
border-color css
<style>
span { border-color: #BA9122; }
span { border-color: rgb(186,145,34); }
td.TdClassName
{
border-color: #BA9122;
}
.TagClassName
{
border-color: #BA9122;
}
</style>