Shades of Nugget #BA912D
Tints of Nugget #BA912D
RGB
CMYK
RGB Variations
Color information
#BA912D (or 0xBA912D) is known color: Nugget. HEX triplet: BA, 91 and 2D. RGB value is (186,145,45). Sum of RGB (Red+Green+Blue) = 186+145+45=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA912D is #456ED2. Grayscale: #929292. Windows color (decimal): -4550355 or 2986426. OLE color: 2986426.
HSL color Cylindrical-coordinate representation of color #BA912D: hue angle of 42.55º 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 #BA912D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.27 |
| HSL | 42.55º | 0.61% | 0.45% | - |
| HSV(B) | 42.55º | 0.76% | 0.73% | - |
| XYZ | 30.85 | 30.88 | 6.82 | - |
| YUV | 145.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 45 | 0 | 0.22 | 0.76 | 0.27 | 42.55 | 0.61 | 0.45 |
| Hex | BA | 91 | 2D | 0 | 16 | 4C | 1B | 2B | 3D | 2D |
| Octal | 272 | 221 | 55 | 0 | 26 | 114 | 33 | 53 | 75 | 55 |
| Binary | 10111010 | 10010001 | 101101 | 0 | 10110 | 1001100 | 11011 | 101011 | 111101 | 101101 |
Color Harmonies of #BA912D
Complementary color
Monochromatic Colors of #BA912D
Black with #BA912D
Text Example
Text Example
White with #BA912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA912D; }
p { color: rgb(186,145,45); }
H1.HeaderClassName
{
color: #BA912D;
}
.AnyTagClassName
{
color: #BA912D;
}
</style>
background-color css
<style>
a { background-color: #BA912D; }
a { background-color: rgb(186,145,45); }
div.DivClassName
{
background-color: #BA912D;
}
.BgClassName
{
background-color: #BA912D;
}
</style>
border-color css
<style>
span { border-color: #BA912D; }
span { border-color: rgb(186,145,45); }
td.TdClassName
{
border-color: #BA912D;
}
.TagClassName
{
border-color: #BA912D;
}
</style>