Shades of Nugget #BA8521
Tints of Nugget #BA8521
RGB
CMYK
RGB Variations
Color information
#BA8521 (or 0xBA8521) is known color: Nugget. HEX triplet: BA, 85 and 21. RGB value is (186,133,33). Sum of RGB (Red+Green+Blue) = 186+133+33=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8521 is #457ADE. Grayscale: #898989. Windows color (decimal): -4553439 or 2196922. OLE color: 2196922.
HSL color Cylindrical-coordinate representation of color #BA8521: hue angle of 39.22º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA8521 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 33 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.27 |
| HSL | 39.22º | 0.7% | 0.43% | - |
| HSV(B) | 39.22º | 0.82% | 0.73% | - |
| XYZ | 28.91 | 27.32 | 5.19 | - |
| YUV | 137.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 33 | 0 | 0.28 | 0.82 | 0.27 | 39.22 | 0.7 | 0.43 |
| Hex | BA | 85 | 21 | 0 | 1C | 52 | 1B | 27 | 46 | 2B |
| Octal | 272 | 205 | 41 | 0 | 34 | 122 | 33 | 47 | 106 | 53 |
| Binary | 10111010 | 10000101 | 100001 | 0 | 11100 | 1010010 | 11011 | 100111 | 1000110 | 101011 |
Color Harmonies of #BA8521
Complementary color
Monochromatic Colors of #BA8521
Black with #BA8521
Text Example
Text Example
White with #BA8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8521; }
p { color: rgb(186,133,33); }
H1.HeaderClassName
{
color: #BA8521;
}
.AnyTagClassName
{
color: #BA8521;
}
</style>
background-color css
<style>
a { background-color: #BA8521; }
a { background-color: rgb(186,133,33); }
div.DivClassName
{
background-color: #BA8521;
}
.BgClassName
{
background-color: #BA8521;
}
</style>
border-color css
<style>
span { border-color: #BA8521; }
span { border-color: rgb(186,133,33); }
td.TdClassName
{
border-color: #BA8521;
}
.TagClassName
{
border-color: #BA8521;
}
</style>