Shades of Nugget #BA922A
Tints of Nugget #BA922A
RGB
CMYK
RGB Variations
Color information
#BA922A (or 0xBA922A) is known color: Nugget. HEX triplet: BA, 92 and 2A. RGB value is (186,146,42). Sum of RGB (Red+Green+Blue) = 186+146+42=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA922A is #456DD5. Grayscale: #929292. Windows color (decimal): -4550102 or 2790074. OLE color: 2790074.
HSL color Cylindrical-coordinate representation of color #BA922A: hue angle of 43.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA922A is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 42 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.27 |
| HSL | 43.33º | 0.63% | 0.45% | - |
| HSV(B) | 43.33º | 0.77% | 0.73% | - |
| XYZ | 30.95 | 31.16 | 6.57 | - |
| YUV | 146.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 42 | 0 | 0.22 | 0.77 | 0.27 | 43.33 | 0.63 | 0.45 |
| Hex | BA | 92 | 2A | 0 | 16 | 4D | 1B | 2B | 3F | 2D |
| Octal | 272 | 222 | 52 | 0 | 26 | 115 | 33 | 53 | 77 | 55 |
| Binary | 10111010 | 10010010 | 101010 | 0 | 10110 | 1001101 | 11011 | 101011 | 111111 | 101101 |
Color Harmonies of #BA922A
Complementary color
Monochromatic Colors of #BA922A
Black with #BA922A
Text Example
Text Example
White with #BA922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA922A; }
p { color: rgb(186,146,42); }
H1.HeaderClassName
{
color: #BA922A;
}
.AnyTagClassName
{
color: #BA922A;
}
</style>
background-color css
<style>
a { background-color: #BA922A; }
a { background-color: rgb(186,146,42); }
div.DivClassName
{
background-color: #BA922A;
}
.BgClassName
{
background-color: #BA922A;
}
</style>
border-color css
<style>
span { border-color: #BA922A; }
span { border-color: rgb(186,146,42); }
td.TdClassName
{
border-color: #BA922A;
}
.TagClassName
{
border-color: #BA922A;
}
</style>