Shades of Nugget #BA9323
Tints of Nugget #BA9323
RGB
CMYK
RGB Variations
Color information
#BA9323 (or 0xBA9323) is known color: Nugget. HEX triplet: BA, 93 and 23. RGB value is (186,147,35). Sum of RGB (Red+Green+Blue) = 186+147+35=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9323 is #456CDC. Grayscale: #929292. Windows color (decimal): -4549853 or 2331578. OLE color: 2331578.
HSL color Cylindrical-coordinate representation of color #BA9323: hue angle of 44.5º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9323 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 35 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.27 |
| HSL | 44.5º | 0.68% | 0.43% | - |
| HSV(B) | 44.5º | 0.81% | 0.73% | - |
| XYZ | 30.99 | 31.43 | 6.02 | - |
| YUV | 145.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 35 | 0 | 0.21 | 0.81 | 0.27 | 44.5 | 0.68 | 0.43 |
| Hex | BA | 93 | 23 | 0 | 15 | 51 | 1B | 2D | 44 | 2B |
| Octal | 272 | 223 | 43 | 0 | 25 | 121 | 33 | 55 | 104 | 53 |
| Binary | 10111010 | 10010011 | 100011 | 0 | 10101 | 1010001 | 11011 | 101101 | 1000100 | 101011 |
Color Harmonies of #BA9323
Complementary color
Monochromatic Colors of #BA9323
Black with #BA9323
Text Example
Text Example
White with #BA9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9323; }
p { color: rgb(186,147,35); }
H1.HeaderClassName
{
color: #BA9323;
}
.AnyTagClassName
{
color: #BA9323;
}
</style>
background-color css
<style>
a { background-color: #BA9323; }
a { background-color: rgb(186,147,35); }
div.DivClassName
{
background-color: #BA9323;
}
.BgClassName
{
background-color: #BA9323;
}
</style>
border-color css
<style>
span { border-color: #BA9323; }
span { border-color: rgb(186,147,35); }
td.TdClassName
{
border-color: #BA9323;
}
.TagClassName
{
border-color: #BA9323;
}
</style>