Shades of Nugget #BA8921
Tints of Nugget #BA8921
RGB
CMYK
RGB Variations
Color information
#BA8921 (or 0xBA8921) is known color: Nugget. HEX triplet: BA, 89 and 21. RGB value is (186,137,33). Sum of RGB (Red+Green+Blue) = 186+137+33=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8921 is #4576DE. Grayscale: #8C8C8C. Windows color (decimal): -4552415 or 2197946. OLE color: 2197946.
HSL color Cylindrical-coordinate representation of color #BA8921: hue angle of 40.78º 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 #BA8921 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 33 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.27 |
| HSL | 40.78º | 0.7% | 0.43% | - |
| HSV(B) | 40.78º | 0.82% | 0.73% | - |
| XYZ | 29.47 | 28.44 | 5.38 | - |
| YUV | 139.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 33 | 0 | 0.26 | 0.82 | 0.27 | 40.78 | 0.7 | 0.43 |
| Hex | BA | 89 | 21 | 0 | 1A | 52 | 1B | 29 | 46 | 2B |
| Octal | 272 | 211 | 41 | 0 | 32 | 122 | 33 | 51 | 106 | 53 |
| Binary | 10111010 | 10001001 | 100001 | 0 | 11010 | 1010010 | 11011 | 101001 | 1000110 | 101011 |
Color Harmonies of #BA8921
Complementary color
Monochromatic Colors of #BA8921
Black with #BA8921
Text Example
Text Example
White with #BA8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8921; }
p { color: rgb(186,137,33); }
H1.HeaderClassName
{
color: #BA8921;
}
.AnyTagClassName
{
color: #BA8921;
}
</style>
background-color css
<style>
a { background-color: #BA8921; }
a { background-color: rgb(186,137,33); }
div.DivClassName
{
background-color: #BA8921;
}
.BgClassName
{
background-color: #BA8921;
}
</style>
border-color css
<style>
span { border-color: #BA8921; }
span { border-color: rgb(186,137,33); }
td.TdClassName
{
border-color: #BA8921;
}
.TagClassName
{
border-color: #BA8921;
}
</style>