Shades of Nugget #BA942B
Tints of Nugget #BA942B
RGB
CMYK
RGB Variations
Color information
#BA942B (or 0xBA942B) is known color: Nugget. HEX triplet: BA, 94 and 2B. RGB value is (186,148,43). Sum of RGB (Red+Green+Blue) = 186+148+43=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA942B is #456BD4. Grayscale: #939393. Windows color (decimal): -4549589 or 2856122. OLE color: 2856122.
HSL color Cylindrical-coordinate representation of color #BA942B: hue angle of 44.06º degrees, saturation: 0.62, 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 #BA942B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.27 |
| HSL | 44.06º | 0.62% | 0.45% | - |
| HSV(B) | 44.06º | 0.77% | 0.73% | - |
| XYZ | 31.28 | 31.79 | 6.77 | - |
| YUV | 147.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 43 | 0 | 0.20 | 0.77 | 0.27 | 44.06 | 0.62 | 0.45 |
| Hex | BA | 94 | 2B | 0 | 14 | 4D | 1B | 2C | 3E | 2D |
| Octal | 272 | 224 | 53 | 0 | 24 | 115 | 33 | 54 | 76 | 55 |
| Binary | 10111010 | 10010100 | 101011 | 0 | 10100 | 1001101 | 11011 | 101100 | 111110 | 101101 |
Color Harmonies of #BA942B
Complementary color
Monochromatic Colors of #BA942B
Black with #BA942B
Text Example
Text Example
White with #BA942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA942B; }
p { color: rgb(186,148,43); }
H1.HeaderClassName
{
color: #BA942B;
}
.AnyTagClassName
{
color: #BA942B;
}
</style>
background-color css
<style>
a { background-color: #BA942B; }
a { background-color: rgb(186,148,43); }
div.DivClassName
{
background-color: #BA942B;
}
.BgClassName
{
background-color: #BA942B;
}
</style>
border-color css
<style>
span { border-color: #BA942B; }
span { border-color: rgb(186,148,43); }
td.TdClassName
{
border-color: #BA942B;
}
.TagClassName
{
border-color: #BA942B;
}
</style>