Shades of Nugget #BA9629
Tints of Nugget #BA9629
RGB
CMYK
RGB Variations
Color information
#BA9629 (or 0xBA9629) is known color: Nugget. HEX triplet: BA, 96 and 29. RGB value is (186,150,41). Sum of RGB (Red+Green+Blue) = 186+150+41=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9629 is #4569D6. Grayscale: #949494. Windows color (decimal): -4549079 or 2725562. OLE color: 2725562.
HSL color Cylindrical-coordinate representation of color #BA9629: hue angle of 45.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9629 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 41 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.27 |
| HSL | 45.1º | 0.64% | 0.45% | - |
| HSV(B) | 45.1º | 0.78% | 0.73% | - |
| XYZ | 31.56 | 32.41 | 6.69 | - |
| YUV | 148.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 41 | 0 | 0.19 | 0.78 | 0.27 | 45.1 | 0.64 | 0.45 |
| Hex | BA | 96 | 29 | 0 | 13 | 4E | 1B | 2D | 40 | 2D |
| Octal | 272 | 226 | 51 | 0 | 23 | 116 | 33 | 55 | 100 | 55 |
| Binary | 10111010 | 10010110 | 101001 | 0 | 10011 | 1001110 | 11011 | 101101 | 1000000 | 101101 |
Color Harmonies of #BA9629
Complementary color
Monochromatic Colors of #BA9629
Black with #BA9629
Text Example
Text Example
White with #BA9629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9629; }
p { color: rgb(186,150,41); }
H1.HeaderClassName
{
color: #BA9629;
}
.AnyTagClassName
{
color: #BA9629;
}
</style>
background-color css
<style>
a { background-color: #BA9629; }
a { background-color: rgb(186,150,41); }
div.DivClassName
{
background-color: #BA9629;
}
.BgClassName
{
background-color: #BA9629;
}
</style>
border-color css
<style>
span { border-color: #BA9629; }
span { border-color: rgb(186,150,41); }
td.TdClassName
{
border-color: #BA9629;
}
.TagClassName
{
border-color: #BA9629;
}
</style>