Shades of Nugget #BA9125
Tints of Nugget #BA9125
RGB
CMYK
RGB Variations
Color information
#BA9125 (or 0xBA9125) is known color: Nugget. HEX triplet: BA, 91 and 25. RGB value is (186,145,37). Sum of RGB (Red+Green+Blue) = 186+145+37=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9125 is #456EDA. Grayscale: #919191. Windows color (decimal): -4550363 or 2462138. OLE color: 2462138.
HSL color Cylindrical-coordinate representation of color #BA9125: hue angle of 43.49º 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 #BA9125 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 37 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.27 |
| HSL | 43.49º | 0.67% | 0.44% | - |
| HSV(B) | 43.49º | 0.8% | 0.73% | - |
| XYZ | 30.71 | 30.82 | 6.08 | - |
| YUV | 144.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 37 | 0 | 0.22 | 0.80 | 0.27 | 43.49 | 0.67 | 0.44 |
| Hex | BA | 91 | 25 | 0 | 16 | 50 | 1B | 2B | 43 | 2C |
| Octal | 272 | 221 | 45 | 0 | 26 | 120 | 33 | 53 | 103 | 54 |
| Binary | 10111010 | 10010001 | 100101 | 0 | 10110 | 1010000 | 11011 | 101011 | 1000011 | 101100 |
Color Harmonies of #BA9125
Complementary color
Monochromatic Colors of #BA9125
Black with #BA9125
Text Example
Text Example
White with #BA9125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9125; }
p { color: rgb(186,145,37); }
H1.HeaderClassName
{
color: #BA9125;
}
.AnyTagClassName
{
color: #BA9125;
}
</style>
background-color css
<style>
a { background-color: #BA9125; }
a { background-color: rgb(186,145,37); }
div.DivClassName
{
background-color: #BA9125;
}
.BgClassName
{
background-color: #BA9125;
}
</style>
border-color css
<style>
span { border-color: #BA9125; }
span { border-color: rgb(186,145,37); }
td.TdClassName
{
border-color: #BA9125;
}
.TagClassName
{
border-color: #BA9125;
}
</style>