Shades of Nugget #BA9832
Tints of Nugget #BA9832
RGB
CMYK
RGB Variations
Color information
#BA9832 (or 0xBA9832) is known color: Nugget. HEX triplet: BA, 98 and 32. RGB value is (186,152,50). Sum of RGB (Red+Green+Blue) = 186+152+50=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9832 is #4567CD. Grayscale: #969696. Windows color (decimal): -4548558 or 3315898. OLE color: 3315898.
HSL color Cylindrical-coordinate representation of color #BA9832: hue angle of 45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9832 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 50 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.27 |
| HSL | 45º | 0.58% | 0.46% | - |
| HSV(B) | 45º | 0.73% | 0.73% | - |
| XYZ | 32.05 | 33.13 | 7.72 | - |
| YUV | 150.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 50 | 0 | 0.18 | 0.73 | 0.27 | 45 | 0.58 | 0.46 |
| Hex | BA | 98 | 32 | 0 | 12 | 49 | 1B | 2D | 3A | 2E |
| Octal | 272 | 230 | 62 | 0 | 22 | 111 | 33 | 55 | 72 | 56 |
| Binary | 10111010 | 10011000 | 110010 | 0 | 10010 | 1001001 | 11011 | 101101 | 111010 | 101110 |
Color Harmonies of #BA9832
Complementary color
Monochromatic Colors of #BA9832
Black with #BA9832
Text Example
Text Example
White with #BA9832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9832; }
p { color: rgb(186,152,50); }
H1.HeaderClassName
{
color: #BA9832;
}
.AnyTagClassName
{
color: #BA9832;
}
</style>
background-color css
<style>
a { background-color: #BA9832; }
a { background-color: rgb(186,152,50); }
div.DivClassName
{
background-color: #BA9832;
}
.BgClassName
{
background-color: #BA9832;
}
</style>
border-color css
<style>
span { border-color: #BA9832; }
span { border-color: rgb(186,152,50); }
td.TdClassName
{
border-color: #BA9832;
}
.TagClassName
{
border-color: #BA9832;
}
</style>