Shades of Nugget #BA9328
Tints of Nugget #BA9328
RGB
CMYK
RGB Variations
Color information
#BA9328 (or 0xBA9328) is known color: Nugget. HEX triplet: BA, 93 and 28. RGB value is (186,147,40). Sum of RGB (Red+Green+Blue) = 186+147+40=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9328 is #456CD7. Grayscale: #929292. Windows color (decimal): -4549848 or 2659258. OLE color: 2659258.
HSL color Cylindrical-coordinate representation of color #BA9328: hue angle of 43.97º 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 #BA9328 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 40 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.27 |
| HSL | 43.97º | 0.65% | 0.44% | - |
| HSV(B) | 43.97º | 0.78% | 0.73% | - |
| XYZ | 31.07 | 31.46 | 6.44 | - |
| YUV | 146.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 40 | 0 | 0.21 | 0.78 | 0.27 | 43.97 | 0.65 | 0.44 |
| Hex | BA | 93 | 28 | 0 | 15 | 4E | 1B | 2C | 41 | 2C |
| Octal | 272 | 223 | 50 | 0 | 25 | 116 | 33 | 54 | 101 | 54 |
| Binary | 10111010 | 10010011 | 101000 | 0 | 10101 | 1001110 | 11011 | 101100 | 1000001 | 101100 |
Color Harmonies of #BA9328
Complementary color
Monochromatic Colors of #BA9328
Black with #BA9328
Text Example
Text Example
White with #BA9328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9328; }
p { color: rgb(186,147,40); }
H1.HeaderClassName
{
color: #BA9328;
}
.AnyTagClassName
{
color: #BA9328;
}
</style>
background-color css
<style>
a { background-color: #BA9328; }
a { background-color: rgb(186,147,40); }
div.DivClassName
{
background-color: #BA9328;
}
.BgClassName
{
background-color: #BA9328;
}
</style>
border-color css
<style>
span { border-color: #BA9328; }
span { border-color: rgb(186,147,40); }
td.TdClassName
{
border-color: #BA9328;
}
.TagClassName
{
border-color: #BA9328;
}
</style>