Shades of Nugget #BA9327
Tints of Nugget #BA9327
RGB
CMYK
RGB Variations
Color information
#BA9327 (or 0xBA9327) is known color: Nugget. HEX triplet: BA, 93 and 27. RGB value is (186,147,39). Sum of RGB (Red+Green+Blue) = 186+147+39=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9327 is #456CD8. Grayscale: #929292. Windows color (decimal): -4549849 or 2593722. OLE color: 2593722.
HSL color Cylindrical-coordinate representation of color #BA9327: hue angle of 44.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA9327 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 39 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.27 |
| HSL | 44.08º | 0.65% | 0.44% | - |
| HSV(B) | 44.08º | 0.79% | 0.73% | - |
| XYZ | 31.05 | 31.45 | 6.35 | - |
| YUV | 146.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 39 | 0 | 0.21 | 0.79 | 0.27 | 44.08 | 0.65 | 0.44 |
| Hex | BA | 93 | 27 | 0 | 15 | 4F | 1B | 2C | 41 | 2C |
| Octal | 272 | 223 | 47 | 0 | 25 | 117 | 33 | 54 | 101 | 54 |
| Binary | 10111010 | 10010011 | 100111 | 0 | 10101 | 1001111 | 11011 | 101100 | 1000001 | 101100 |
Color Harmonies of #BA9327
Complementary color
Monochromatic Colors of #BA9327
Black with #BA9327
Text Example
Text Example
White with #BA9327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9327; }
p { color: rgb(186,147,39); }
H1.HeaderClassName
{
color: #BA9327;
}
.AnyTagClassName
{
color: #BA9327;
}
</style>
background-color css
<style>
a { background-color: #BA9327; }
a { background-color: rgb(186,147,39); }
div.DivClassName
{
background-color: #BA9327;
}
.BgClassName
{
background-color: #BA9327;
}
</style>
border-color css
<style>
span { border-color: #BA9327; }
span { border-color: rgb(186,147,39); }
td.TdClassName
{
border-color: #BA9327;
}
.TagClassName
{
border-color: #BA9327;
}
</style>