Shades of Nugget #BA9128
Tints of Nugget #BA9128
RGB
CMYK
RGB Variations
Color information
#BA9128 (or 0xBA9128) is known color: Nugget. HEX triplet: BA, 91 and 28. RGB value is (186,145,40). Sum of RGB (Red+Green+Blue) = 186+145+40=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9128 is #456ED7. Grayscale: #919191. Windows color (decimal): -4550360 or 2658746. OLE color: 2658746.
HSL color Cylindrical-coordinate representation of color #BA9128: hue angle of 43.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9128 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 40 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.27 |
| HSL | 43.15º | 0.65% | 0.44% | - |
| HSV(B) | 43.15º | 0.78% | 0.73% | - |
| XYZ | 30.76 | 30.84 | 6.34 | - |
| YUV | 145.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 40 | 0 | 0.22 | 0.78 | 0.27 | 43.15 | 0.65 | 0.44 |
| Hex | BA | 91 | 28 | 0 | 16 | 4E | 1B | 2B | 41 | 2C |
| Octal | 272 | 221 | 50 | 0 | 26 | 116 | 33 | 53 | 101 | 54 |
| Binary | 10111010 | 10010001 | 101000 | 0 | 10110 | 1001110 | 11011 | 101011 | 1000001 | 101100 |
Color Harmonies of #BA9128
Complementary color
Monochromatic Colors of #BA9128
Black with #BA9128
Text Example
Text Example
White with #BA9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9128; }
p { color: rgb(186,145,40); }
H1.HeaderClassName
{
color: #BA9128;
}
.AnyTagClassName
{
color: #BA9128;
}
</style>
background-color css
<style>
a { background-color: #BA9128; }
a { background-color: rgb(186,145,40); }
div.DivClassName
{
background-color: #BA9128;
}
.BgClassName
{
background-color: #BA9128;
}
</style>
border-color css
<style>
span { border-color: #BA9128; }
span { border-color: rgb(186,145,40); }
td.TdClassName
{
border-color: #BA9128;
}
.TagClassName
{
border-color: #BA9128;
}
</style>