Shades of Nugget #BA942F
Tints of Nugget #BA942F
RGB
CMYK
RGB Variations
Color information
#BA942F (or 0xBA942F) is known color: Nugget. HEX triplet: BA, 94 and 2F. RGB value is (186,148,47). Sum of RGB (Red+Green+Blue) = 186+148+47=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA942F is #456BD0. Grayscale: #949494. Windows color (decimal): -4549585 or 3118266. OLE color: 3118266.
HSL color Cylindrical-coordinate representation of color #BA942F: hue angle of 43.6º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA942F is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 47 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.27 |
| HSL | 43.6º | 0.6% | 0.46% | - |
| HSV(B) | 43.6º | 0.75% | 0.73% | - |
| XYZ | 31.35 | 31.82 | 7.18 | - |
| YUV | 147.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 47 | 0 | 0.20 | 0.75 | 0.27 | 43.6 | 0.6 | 0.46 |
| Hex | BA | 94 | 2F | 0 | 14 | 4B | 1B | 2C | 3C | 2E |
| Octal | 272 | 224 | 57 | 0 | 24 | 113 | 33 | 54 | 74 | 56 |
| Binary | 10111010 | 10010100 | 101111 | 0 | 10100 | 1001011 | 11011 | 101100 | 111100 | 101110 |
Color Harmonies of #BA942F
Complementary color
Monochromatic Colors of #BA942F
Black with #BA942F
Text Example
Text Example
White with #BA942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA942F; }
p { color: rgb(186,148,47); }
H1.HeaderClassName
{
color: #BA942F;
}
.AnyTagClassName
{
color: #BA942F;
}
</style>
background-color css
<style>
a { background-color: #BA942F; }
a { background-color: rgb(186,148,47); }
div.DivClassName
{
background-color: #BA942F;
}
.BgClassName
{
background-color: #BA942F;
}
</style>
border-color css
<style>
span { border-color: #BA942F; }
span { border-color: rgb(186,148,47); }
td.TdClassName
{
border-color: #BA942F;
}
.TagClassName
{
border-color: #BA942F;
}
</style>