Shades of Nugget #BA942E
Tints of Nugget #BA942E
RGB
CMYK
RGB Variations
Color information
#BA942E (or 0xBA942E) is known color: Nugget. HEX triplet: BA, 94 and 2E. RGB value is (186,148,46). Sum of RGB (Red+Green+Blue) = 186+148+46=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA942E is #456BD1. Grayscale: #949494. Windows color (decimal): -4549586 or 3052730. OLE color: 3052730.
HSL color Cylindrical-coordinate representation of color #BA942E: hue angle of 43.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA942E is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 46 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.27 |
| HSL | 43.71º | 0.6% | 0.45% | - |
| HSV(B) | 43.71º | 0.75% | 0.73% | - |
| XYZ | 31.33 | 31.82 | 7.07 | - |
| YUV | 147.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 46 | 0 | 0.20 | 0.75 | 0.27 | 43.71 | 0.6 | 0.45 |
| Hex | BA | 94 | 2E | 0 | 14 | 4B | 1B | 2C | 3C | 2D |
| Octal | 272 | 224 | 56 | 0 | 24 | 113 | 33 | 54 | 74 | 55 |
| Binary | 10111010 | 10010100 | 101110 | 0 | 10100 | 1001011 | 11011 | 101100 | 111100 | 101101 |
Color Harmonies of #BA942E
Complementary color
Monochromatic Colors of #BA942E
Black with #BA942E
Text Example
Text Example
White with #BA942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA942E; }
p { color: rgb(186,148,46); }
H1.HeaderClassName
{
color: #BA942E;
}
.AnyTagClassName
{
color: #BA942E;
}
</style>
background-color css
<style>
a { background-color: #BA942E; }
a { background-color: rgb(186,148,46); }
div.DivClassName
{
background-color: #BA942E;
}
.BgClassName
{
background-color: #BA942E;
}
</style>
border-color css
<style>
span { border-color: #BA942E; }
span { border-color: rgb(186,148,46); }
td.TdClassName
{
border-color: #BA942E;
}
.TagClassName
{
border-color: #BA942E;
}
</style>