Shades of Nugget #BA9225
Tints of Nugget #BA9225
RGB
CMYK
RGB Variations
Color information
#BA9225 (or 0xBA9225) is known color: Nugget. HEX triplet: BA, 92 and 25. RGB value is (186,146,37). Sum of RGB (Red+Green+Blue) = 186+146+37=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9225 is #456DDA. Grayscale: #929292. Windows color (decimal): -4550107 or 2462394. OLE color: 2462394.
HSL color Cylindrical-coordinate representation of color #BA9225: hue angle of 43.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA9225 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 37 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.27 |
| HSL | 43.89º | 0.67% | 0.44% | - |
| HSV(B) | 43.89º | 0.8% | 0.73% | - |
| XYZ | 30.86 | 31.13 | 6.13 | - |
| YUV | 145.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 37 | 0 | 0.22 | 0.80 | 0.27 | 43.89 | 0.67 | 0.44 |
| Hex | BA | 92 | 25 | 0 | 16 | 50 | 1B | 2C | 43 | 2C |
| Octal | 272 | 222 | 45 | 0 | 26 | 120 | 33 | 54 | 103 | 54 |
| Binary | 10111010 | 10010010 | 100101 | 0 | 10110 | 1010000 | 11011 | 101100 | 1000011 | 101100 |
Color Harmonies of #BA9225
Complementary color
Monochromatic Colors of #BA9225
Black with #BA9225
Text Example
Text Example
White with #BA9225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9225; }
p { color: rgb(186,146,37); }
H1.HeaderClassName
{
color: #BA9225;
}
.AnyTagClassName
{
color: #BA9225;
}
</style>
background-color css
<style>
a { background-color: #BA9225; }
a { background-color: rgb(186,146,37); }
div.DivClassName
{
background-color: #BA9225;
}
.BgClassName
{
background-color: #BA9225;
}
</style>
border-color css
<style>
span { border-color: #BA9225; }
span { border-color: rgb(186,146,37); }
td.TdClassName
{
border-color: #BA9225;
}
.TagClassName
{
border-color: #BA9225;
}
</style>