Shades of Nugget #BA8D24
Tints of Nugget #BA8D24
RGB
CMYK
RGB Variations
Color information
#BA8D24 (or 0xBA8D24) is known color: Nugget. HEX triplet: BA, 8D and 24. RGB value is (186,141,36). Sum of RGB (Red+Green+Blue) = 186+141+36=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D24 is #4572DB. Grayscale: #8E8E8E. Windows color (decimal): -4551388 or 2395578. OLE color: 2395578.
HSL color Cylindrical-coordinate representation of color #BA8D24: hue angle of 42º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA8D24 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 36 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.27 |
| HSL | 42º | 0.68% | 0.44% | - |
| HSV(B) | 42º | 0.81% | 0.73% | - |
| XYZ | 30.09 | 29.62 | 5.8 | - |
| YUV | 142.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 36 | 0 | 0.24 | 0.81 | 0.27 | 42 | 0.68 | 0.44 |
| Hex | BA | 8D | 24 | 0 | 18 | 51 | 1B | 2A | 44 | 2C |
| Octal | 272 | 215 | 44 | 0 | 30 | 121 | 33 | 52 | 104 | 54 |
| Binary | 10111010 | 10001101 | 100100 | 0 | 11000 | 1010001 | 11011 | 101010 | 1000100 | 101100 |
Color Harmonies of #BA8D24
Complementary color
Monochromatic Colors of #BA8D24
Black with #BA8D24
Text Example
Text Example
White with #BA8D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D24; }
p { color: rgb(186,141,36); }
H1.HeaderClassName
{
color: #BA8D24;
}
.AnyTagClassName
{
color: #BA8D24;
}
</style>
background-color css
<style>
a { background-color: #BA8D24; }
a { background-color: rgb(186,141,36); }
div.DivClassName
{
background-color: #BA8D24;
}
.BgClassName
{
background-color: #BA8D24;
}
</style>
border-color css
<style>
span { border-color: #BA8D24; }
span { border-color: rgb(186,141,36); }
td.TdClassName
{
border-color: #BA8D24;
}
.TagClassName
{
border-color: #BA8D24;
}
</style>