Shades of Nugget #BA8D26
Tints of Nugget #BA8D26
RGB
CMYK
RGB Variations
Color information
#BA8D26 (or 0xBA8D26) is known color: Nugget. HEX triplet: BA, 8D and 26. RGB value is (186,141,38). Sum of RGB (Red+Green+Blue) = 186+141+38=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D26 is #4572D9. Grayscale: #8F8F8F. Windows color (decimal): -4551386 or 2526650. OLE color: 2526650.
HSL color Cylindrical-coordinate representation of color #BA8D26: hue angle of 41.76º degrees, saturation: 0.66, 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 #BA8D26 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 38 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.27 |
| HSL | 41.76º | 0.66% | 0.44% | - |
| HSV(B) | 41.76º | 0.8% | 0.73% | - |
| XYZ | 30.12 | 29.63 | 5.96 | - |
| YUV | 142.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 38 | 0 | 0.24 | 0.80 | 0.27 | 41.76 | 0.66 | 0.44 |
| Hex | BA | 8D | 26 | 0 | 18 | 50 | 1B | 2A | 42 | 2C |
| Octal | 272 | 215 | 46 | 0 | 30 | 120 | 33 | 52 | 102 | 54 |
| Binary | 10111010 | 10001101 | 100110 | 0 | 11000 | 1010000 | 11011 | 101010 | 1000010 | 101100 |
Color Harmonies of #BA8D26
Complementary color
Monochromatic Colors of #BA8D26
Black with #BA8D26
Text Example
Text Example
White with #BA8D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D26; }
p { color: rgb(186,141,38); }
H1.HeaderClassName
{
color: #BA8D26;
}
.AnyTagClassName
{
color: #BA8D26;
}
</style>
background-color css
<style>
a { background-color: #BA8D26; }
a { background-color: rgb(186,141,38); }
div.DivClassName
{
background-color: #BA8D26;
}
.BgClassName
{
background-color: #BA8D26;
}
</style>
border-color css
<style>
span { border-color: #BA8D26; }
span { border-color: rgb(186,141,38); }
td.TdClassName
{
border-color: #BA8D26;
}
.TagClassName
{
border-color: #BA8D26;
}
</style>