Shades of Nugget #BA8422
Tints of Nugget #BA8422
RGB
CMYK
RGB Variations
Color information
#BA8422 (or 0xBA8422) is known color: Nugget. HEX triplet: BA, 84 and 22. RGB value is (186,132,34). Sum of RGB (Red+Green+Blue) = 186+132+34=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8422 is #457BDD. Grayscale: #898989. Windows color (decimal): -4553694 or 2262202. OLE color: 2262202.
HSL color Cylindrical-coordinate representation of color #BA8422: hue angle of 38.68º degrees, saturation: 0.69, 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 #BA8422 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 34 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.27 |
| HSL | 38.68º | 0.69% | 0.43% | - |
| HSV(B) | 38.68º | 0.82% | 0.73% | - |
| XYZ | 28.79 | 27.06 | 5.22 | - |
| YUV | 136.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 34 | 0 | 0.29 | 0.82 | 0.27 | 38.68 | 0.69 | 0.43 |
| Hex | BA | 84 | 22 | 0 | 1D | 52 | 1B | 27 | 45 | 2B |
| Octal | 272 | 204 | 42 | 0 | 35 | 122 | 33 | 47 | 105 | 53 |
| Binary | 10111010 | 10000100 | 100010 | 0 | 11101 | 1010010 | 11011 | 100111 | 1000101 | 101011 |
Color Harmonies of #BA8422
Complementary color
Monochromatic Colors of #BA8422
Black with #BA8422
Text Example
Text Example
White with #BA8422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8422; }
p { color: rgb(186,132,34); }
H1.HeaderClassName
{
color: #BA8422;
}
.AnyTagClassName
{
color: #BA8422;
}
</style>
background-color css
<style>
a { background-color: #BA8422; }
a { background-color: rgb(186,132,34); }
div.DivClassName
{
background-color: #BA8422;
}
.BgClassName
{
background-color: #BA8422;
}
</style>
border-color css
<style>
span { border-color: #BA8422; }
span { border-color: rgb(186,132,34); }
td.TdClassName
{
border-color: #BA8422;
}
.TagClassName
{
border-color: #BA8422;
}
</style>