Shades of Nugget #BA9121
Tints of Nugget #BA9121
RGB
CMYK
RGB Variations
Color information
#BA9121 (or 0xBA9121) is known color: Nugget. HEX triplet: BA, 91 and 21. RGB value is (186,145,33). Sum of RGB (Red+Green+Blue) = 186+145+33=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9121 is #456EDE. Grayscale: #909090. Windows color (decimal): -4550367 or 2199994. OLE color: 2199994.
HSL color Cylindrical-coordinate representation of color #BA9121: hue angle of 43.92º 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 #BA9121 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 33 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.27 |
| HSL | 43.92º | 0.7% | 0.43% | - |
| HSV(B) | 43.92º | 0.82% | 0.73% | - |
| XYZ | 30.65 | 30.8 | 5.77 | - |
| YUV | 144.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 33 | 0 | 0.22 | 0.82 | 0.27 | 43.92 | 0.7 | 0.43 |
| Hex | BA | 91 | 21 | 0 | 16 | 52 | 1B | 2C | 46 | 2B |
| Octal | 272 | 221 | 41 | 0 | 26 | 122 | 33 | 54 | 106 | 53 |
| Binary | 10111010 | 10010001 | 100001 | 0 | 10110 | 1010010 | 11011 | 101100 | 1000110 | 101011 |
Color Harmonies of #BA9121
Complementary color
Monochromatic Colors of #BA9121
Black with #BA9121
Text Example
Text Example
White with #BA9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9121; }
p { color: rgb(186,145,33); }
H1.HeaderClassName
{
color: #BA9121;
}
.AnyTagClassName
{
color: #BA9121;
}
</style>
background-color css
<style>
a { background-color: #BA9121; }
a { background-color: rgb(186,145,33); }
div.DivClassName
{
background-color: #BA9121;
}
.BgClassName
{
background-color: #BA9121;
}
</style>
border-color css
<style>
span { border-color: #BA9121; }
span { border-color: rgb(186,145,33); }
td.TdClassName
{
border-color: #BA9121;
}
.TagClassName
{
border-color: #BA9121;
}
</style>