Shades of Nugget #BA972E
Tints of Nugget #BA972E
RGB
CMYK
RGB Variations
Color information
#BA972E (or 0xBA972E) is known color: Nugget. HEX triplet: BA, 97 and 2E. RGB value is (186,151,46). Sum of RGB (Red+Green+Blue) = 186+151+46=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA972E is #4568D1. Grayscale: #959595. Windows color (decimal): -4548818 or 3053498. OLE color: 3053498.
HSL color Cylindrical-coordinate representation of color #BA972E: hue angle of 45º 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 #BA972E is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 46 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.27 |
| HSL | 45º | 0.6% | 0.45% | - |
| HSV(B) | 45º | 0.75% | 0.73% | - |
| XYZ | 31.81 | 32.77 | 7.23 | - |
| YUV | 149.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 46 | 0 | 0.19 | 0.75 | 0.27 | 45 | 0.6 | 0.45 |
| Hex | BA | 97 | 2E | 0 | 13 | 4B | 1B | 2D | 3C | 2D |
| Octal | 272 | 227 | 56 | 0 | 23 | 113 | 33 | 55 | 74 | 55 |
| Binary | 10111010 | 10010111 | 101110 | 0 | 10011 | 1001011 | 11011 | 101101 | 111100 | 101101 |
Color Harmonies of #BA972E
Complementary color
Monochromatic Colors of #BA972E
Black with #BA972E
Text Example
Text Example
White with #BA972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA972E; }
p { color: rgb(186,151,46); }
H1.HeaderClassName
{
color: #BA972E;
}
.AnyTagClassName
{
color: #BA972E;
}
</style>
background-color css
<style>
a { background-color: #BA972E; }
a { background-color: rgb(186,151,46); }
div.DivClassName
{
background-color: #BA972E;
}
.BgClassName
{
background-color: #BA972E;
}
</style>
border-color css
<style>
span { border-color: #BA972E; }
span { border-color: rgb(186,151,46); }
td.TdClassName
{
border-color: #BA972E;
}
.TagClassName
{
border-color: #BA972E;
}
</style>