Shades of Nugget #BA962E
Tints of Nugget #BA962E
RGB
CMYK
RGB Variations
Color information
#BA962E (or 0xBA962E) is known color: Nugget. HEX triplet: BA, 96 and 2E. RGB value is (186,150,46). Sum of RGB (Red+Green+Blue) = 186+150+46=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA962E is #4569D1. Grayscale: #959595. Windows color (decimal): -4549074 or 3053242. OLE color: 3053242.
HSL color Cylindrical-coordinate representation of color #BA962E: hue angle of 44.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA962E is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 46 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.27 |
| HSL | 44.57º | 0.6% | 0.45% | - |
| HSV(B) | 44.57º | 0.75% | 0.73% | - |
| XYZ | 31.65 | 32.45 | 7.18 | - |
| YUV | 148.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 46 | 0 | 0.19 | 0.75 | 0.27 | 44.57 | 0.6 | 0.45 |
| Hex | BA | 96 | 2E | 0 | 13 | 4B | 1B | 2D | 3C | 2D |
| Octal | 272 | 226 | 56 | 0 | 23 | 113 | 33 | 55 | 74 | 55 |
| Binary | 10111010 | 10010110 | 101110 | 0 | 10011 | 1001011 | 11011 | 101101 | 111100 | 101101 |
Color Harmonies of #BA962E
Complementary color
Monochromatic Colors of #BA962E
Black with #BA962E
Text Example
Text Example
White with #BA962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA962E; }
p { color: rgb(186,150,46); }
H1.HeaderClassName
{
color: #BA962E;
}
.AnyTagClassName
{
color: #BA962E;
}
</style>
background-color css
<style>
a { background-color: #BA962E; }
a { background-color: rgb(186,150,46); }
div.DivClassName
{
background-color: #BA962E;
}
.BgClassName
{
background-color: #BA962E;
}
</style>
border-color css
<style>
span { border-color: #BA962E; }
span { border-color: rgb(186,150,46); }
td.TdClassName
{
border-color: #BA962E;
}
.TagClassName
{
border-color: #BA962E;
}
</style>