Shades of Nugget #BA942D
Tints of Nugget #BA942D
RGB
CMYK
RGB Variations
Color information
#BA942D (or 0xBA942D) is known color: Nugget. HEX triplet: BA, 94 and 2D. RGB value is (186,148,45). Sum of RGB (Red+Green+Blue) = 186+148+45=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA942D is #456BD2. Grayscale: #949494. Windows color (decimal): -4549587 or 2987194. OLE color: 2987194.
HSL color Cylindrical-coordinate representation of color #BA942D: hue angle of 43.83º degrees, saturation: 0.61, 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 #BA942D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 45 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.27 |
| HSL | 43.83º | 0.61% | 0.45% | - |
| HSV(B) | 43.83º | 0.76% | 0.73% | - |
| XYZ | 31.31 | 31.81 | 6.97 | - |
| YUV | 147.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 45 | 0 | 0.20 | 0.76 | 0.27 | 43.83 | 0.61 | 0.45 |
| Hex | BA | 94 | 2D | 0 | 14 | 4C | 1B | 2C | 3D | 2D |
| Octal | 272 | 224 | 55 | 0 | 24 | 114 | 33 | 54 | 75 | 55 |
| Binary | 10111010 | 10010100 | 101101 | 0 | 10100 | 1001100 | 11011 | 101100 | 111101 | 101101 |
Color Harmonies of #BA942D
Complementary color
Monochromatic Colors of #BA942D
Black with #BA942D
Text Example
Text Example
White with #BA942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA942D; }
p { color: rgb(186,148,45); }
H1.HeaderClassName
{
color: #BA942D;
}
.AnyTagClassName
{
color: #BA942D;
}
</style>
background-color css
<style>
a { background-color: #BA942D; }
a { background-color: rgb(186,148,45); }
div.DivClassName
{
background-color: #BA942D;
}
.BgClassName
{
background-color: #BA942D;
}
</style>
border-color css
<style>
span { border-color: #BA942D; }
span { border-color: rgb(186,148,45); }
td.TdClassName
{
border-color: #BA942D;
}
.TagClassName
{
border-color: #BA942D;
}
</style>