Shades of Nugget #BA9126
Tints of Nugget #BA9126
RGB
CMYK
RGB Variations
Color information
#BA9126 (or 0xBA9126) is known color: Nugget. HEX triplet: BA, 91 and 26. RGB value is (186,145,38). Sum of RGB (Red+Green+Blue) = 186+145+38=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9126 is #456ED9. Grayscale: #919191. Windows color (decimal): -4550362 or 2527674. OLE color: 2527674.
HSL color Cylindrical-coordinate representation of color #BA9126: hue angle of 43.38º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA9126 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 38 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.27 |
| HSL | 43.38º | 0.66% | 0.44% | - |
| HSV(B) | 43.38º | 0.8% | 0.73% | - |
| XYZ | 30.72 | 30.83 | 6.17 | - |
| YUV | 145.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 38 | 0 | 0.22 | 0.80 | 0.27 | 43.38 | 0.66 | 0.44 |
| Hex | BA | 91 | 26 | 0 | 16 | 50 | 1B | 2B | 42 | 2C |
| Octal | 272 | 221 | 46 | 0 | 26 | 120 | 33 | 53 | 102 | 54 |
| Binary | 10111010 | 10010001 | 100110 | 0 | 10110 | 1010000 | 11011 | 101011 | 1000010 | 101100 |
Color Harmonies of #BA9126
Complementary color
Monochromatic Colors of #BA9126
Black with #BA9126
Text Example
Text Example
White with #BA9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9126; }
p { color: rgb(186,145,38); }
H1.HeaderClassName
{
color: #BA9126;
}
.AnyTagClassName
{
color: #BA9126;
}
</style>
background-color css
<style>
a { background-color: #BA9126; }
a { background-color: rgb(186,145,38); }
div.DivClassName
{
background-color: #BA9126;
}
.BgClassName
{
background-color: #BA9126;
}
</style>
border-color css
<style>
span { border-color: #BA9126; }
span { border-color: rgb(186,145,38); }
td.TdClassName
{
border-color: #BA9126;
}
.TagClassName
{
border-color: #BA9126;
}
</style>