Shades of Nugget #BA8920
Tints of Nugget #BA8920
RGB
CMYK
RGB Variations
Color information
#BA8920 (or 0xBA8920) is known color: Nugget. HEX triplet: BA, 89 and 20. RGB value is (186,137,32). Sum of RGB (Red+Green+Blue) = 186+137+32=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8920 is #4576DF. Grayscale: #8C8C8C. Windows color (decimal): -4552416 or 2132410. OLE color: 2132410.
HSL color Cylindrical-coordinate representation of color #BA8920: hue angle of 40.91º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA8920 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 32 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.27 |
| HSL | 40.91º | 0.71% | 0.43% | - |
| HSV(B) | 40.91º | 0.83% | 0.73% | - |
| XYZ | 29.46 | 28.43 | 5.3 | - |
| YUV | 139.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 32 | 0 | 0.26 | 0.83 | 0.27 | 40.91 | 0.71 | 0.43 |
| Hex | BA | 89 | 20 | 0 | 1A | 53 | 1B | 29 | 47 | 2B |
| Octal | 272 | 211 | 40 | 0 | 32 | 123 | 33 | 51 | 107 | 53 |
| Binary | 10111010 | 10001001 | 100000 | 0 | 11010 | 1010011 | 11011 | 101001 | 1000111 | 101011 |
Color Harmonies of #BA8920
Complementary color
Monochromatic Colors of #BA8920
Black with #BA8920
Text Example
Text Example
White with #BA8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8920; }
p { color: rgb(186,137,32); }
H1.HeaderClassName
{
color: #BA8920;
}
.AnyTagClassName
{
color: #BA8920;
}
</style>
background-color css
<style>
a { background-color: #BA8920; }
a { background-color: rgb(186,137,32); }
div.DivClassName
{
background-color: #BA8920;
}
.BgClassName
{
background-color: #BA8920;
}
</style>
border-color css
<style>
span { border-color: #BA8920; }
span { border-color: rgb(186,137,32); }
td.TdClassName
{
border-color: #BA8920;
}
.TagClassName
{
border-color: #BA8920;
}
</style>