Shades of Nugget #BA8A24
Tints of Nugget #BA8A24
RGB
CMYK
RGB Variations
Color information
#BA8A24 (or 0xBA8A24) is known color: Nugget. HEX triplet: BA, 8A and 24. RGB value is (186,138,36). Sum of RGB (Red+Green+Blue) = 186+138+36=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A24 is #4575DB. Grayscale: #8D8D8D. Windows color (decimal): -4552156 or 2394810. OLE color: 2394810.
HSL color Cylindrical-coordinate representation of color #BA8A24: hue angle of 40.8º 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 #BA8A24 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 36 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.27 |
| HSL | 40.8º | 0.68% | 0.44% | - |
| HSV(B) | 40.8º | 0.81% | 0.73% | - |
| XYZ | 29.66 | 28.74 | 5.65 | - |
| YUV | 140.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 36 | 0 | 0.26 | 0.81 | 0.27 | 40.8 | 0.68 | 0.44 |
| Hex | BA | 8A | 24 | 0 | 1A | 51 | 1B | 29 | 44 | 2C |
| Octal | 272 | 212 | 44 | 0 | 32 | 121 | 33 | 51 | 104 | 54 |
| Binary | 10111010 | 10001010 | 100100 | 0 | 11010 | 1010001 | 11011 | 101001 | 1000100 | 101100 |
Color Harmonies of #BA8A24
Complementary color
Monochromatic Colors of #BA8A24
Black with #BA8A24
Text Example
Text Example
White with #BA8A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A24; }
p { color: rgb(186,138,36); }
H1.HeaderClassName
{
color: #BA8A24;
}
.AnyTagClassName
{
color: #BA8A24;
}
</style>
background-color css
<style>
a { background-color: #BA8A24; }
a { background-color: rgb(186,138,36); }
div.DivClassName
{
background-color: #BA8A24;
}
.BgClassName
{
background-color: #BA8A24;
}
</style>
border-color css
<style>
span { border-color: #BA8A24; }
span { border-color: rgb(186,138,36); }
td.TdClassName
{
border-color: #BA8A24;
}
.TagClassName
{
border-color: #BA8A24;
}
</style>