Shades of Nugget #BA912F
Tints of Nugget #BA912F
RGB
CMYK
RGB Variations
Color information
#BA912F (or 0xBA912F) is known color: Nugget. HEX triplet: BA, 91 and 2F. RGB value is (186,145,47). Sum of RGB (Red+Green+Blue) = 186+145+47=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA912F is #456ED0. Grayscale: #929292. Windows color (decimal): -4550353 or 3117498. OLE color: 3117498.
HSL color Cylindrical-coordinate representation of color #BA912F: hue angle of 42.3º 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 #BA912F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 47 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.27 |
| HSL | 42.3º | 0.6% | 0.46% | - |
| HSV(B) | 42.3º | 0.75% | 0.73% | - |
| XYZ | 30.89 | 30.9 | 7.02 | - |
| YUV | 146.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 47 | 0 | 0.22 | 0.75 | 0.27 | 42.3 | 0.6 | 0.46 |
| Hex | BA | 91 | 2F | 0 | 16 | 4B | 1B | 2A | 3C | 2E |
| Octal | 272 | 221 | 57 | 0 | 26 | 113 | 33 | 52 | 74 | 56 |
| Binary | 10111010 | 10010001 | 101111 | 0 | 10110 | 1001011 | 11011 | 101010 | 111100 | 101110 |
Color Harmonies of #BA912F
Complementary color
Monochromatic Colors of #BA912F
Black with #BA912F
Text Example
Text Example
White with #BA912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA912F; }
p { color: rgb(186,145,47); }
H1.HeaderClassName
{
color: #BA912F;
}
.AnyTagClassName
{
color: #BA912F;
}
</style>
background-color css
<style>
a { background-color: #BA912F; }
a { background-color: rgb(186,145,47); }
div.DivClassName
{
background-color: #BA912F;
}
.BgClassName
{
background-color: #BA912F;
}
</style>
border-color css
<style>
span { border-color: #BA912F; }
span { border-color: rgb(186,145,47); }
td.TdClassName
{
border-color: #BA912F;
}
.TagClassName
{
border-color: #BA912F;
}
</style>