Shades of Nugget #BA942C
Tints of Nugget #BA942C
RGB
CMYK
RGB Variations
Color information
#BA942C (or 0xBA942C) is known color: Nugget. HEX triplet: BA, 94 and 2C. RGB value is (186,148,44). Sum of RGB (Red+Green+Blue) = 186+148+44=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA942C is #456BD3. Grayscale: #939393. Windows color (decimal): -4549588 or 2921658. OLE color: 2921658.
HSL color Cylindrical-coordinate representation of color #BA942C: hue angle of 43.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA942C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 44 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.27 |
| HSL | 43.94º | 0.62% | 0.45% | - |
| HSV(B) | 43.94º | 0.76% | 0.73% | - |
| XYZ | 31.29 | 31.8 | 6.87 | - |
| YUV | 147.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 44 | 0 | 0.20 | 0.76 | 0.27 | 43.94 | 0.62 | 0.45 |
| Hex | BA | 94 | 2C | 0 | 14 | 4C | 1B | 2C | 3E | 2D |
| Octal | 272 | 224 | 54 | 0 | 24 | 114 | 33 | 54 | 76 | 55 |
| Binary | 10111010 | 10010100 | 101100 | 0 | 10100 | 1001100 | 11011 | 101100 | 111110 | 101101 |
Color Harmonies of #BA942C
Complementary color
Monochromatic Colors of #BA942C
Black with #BA942C
Text Example
Text Example
White with #BA942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA942C; }
p { color: rgb(186,148,44); }
H1.HeaderClassName
{
color: #BA942C;
}
.AnyTagClassName
{
color: #BA942C;
}
</style>
background-color css
<style>
a { background-color: #BA942C; }
a { background-color: rgb(186,148,44); }
div.DivClassName
{
background-color: #BA942C;
}
.BgClassName
{
background-color: #BA942C;
}
</style>
border-color css
<style>
span { border-color: #BA942C; }
span { border-color: rgb(186,148,44); }
td.TdClassName
{
border-color: #BA942C;
}
.TagClassName
{
border-color: #BA942C;
}
</style>