Shades of Nugget #BA962D
Tints of Nugget #BA962D
RGB
CMYK
RGB Variations
Color information
#BA962D (or 0xBA962D) is known color: Nugget. HEX triplet: BA, 96 and 2D. RGB value is (186,150,45). Sum of RGB (Red+Green+Blue) = 186+150+45=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA962D is #4569D2. Grayscale: #959595. Windows color (decimal): -4549075 or 2987706. OLE color: 2987706.
HSL color Cylindrical-coordinate representation of color #BA962D: hue angle of 44.68º 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 #BA962D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 45 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.27 |
| HSL | 44.68º | 0.61% | 0.45% | - |
| HSV(B) | 44.68º | 0.76% | 0.73% | - |
| XYZ | 31.63 | 32.44 | 7.08 | - |
| YUV | 148.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 45 | 0 | 0.19 | 0.76 | 0.27 | 44.68 | 0.61 | 0.45 |
| Hex | BA | 96 | 2D | 0 | 13 | 4C | 1B | 2D | 3D | 2D |
| Octal | 272 | 226 | 55 | 0 | 23 | 114 | 33 | 55 | 75 | 55 |
| Binary | 10111010 | 10010110 | 101101 | 0 | 10011 | 1001100 | 11011 | 101101 | 111101 | 101101 |
Color Harmonies of #BA962D
Complementary color
Monochromatic Colors of #BA962D
Black with #BA962D
Text Example
Text Example
White with #BA962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA962D; }
p { color: rgb(186,150,45); }
H1.HeaderClassName
{
color: #BA962D;
}
.AnyTagClassName
{
color: #BA962D;
}
</style>
background-color css
<style>
a { background-color: #BA962D; }
a { background-color: rgb(186,150,45); }
div.DivClassName
{
background-color: #BA962D;
}
.BgClassName
{
background-color: #BA962D;
}
</style>
border-color css
<style>
span { border-color: #BA962D; }
span { border-color: rgb(186,150,45); }
td.TdClassName
{
border-color: #BA962D;
}
.TagClassName
{
border-color: #BA962D;
}
</style>