Shades of Nugget #BA8A29
Tints of Nugget #BA8A29
RGB
CMYK
RGB Variations
Color information
#BA8A29 (or 0xBA8A29) is known color: Nugget. HEX triplet: BA, 8A and 29. RGB value is (186,138,41). Sum of RGB (Red+Green+Blue) = 186+138+41=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A29 is #4575D6. Grayscale: #8D8D8D. Windows color (decimal): -4552151 or 2722490. OLE color: 2722490.
HSL color Cylindrical-coordinate representation of color #BA8A29: hue angle of 40.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8A29 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 41 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.27 |
| HSL | 40.14º | 0.64% | 0.45% | - |
| HSV(B) | 40.14º | 0.78% | 0.73% | - |
| XYZ | 29.74 | 28.78 | 6.08 | - |
| YUV | 141.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 41 | 0 | 0.26 | 0.78 | 0.27 | 40.14 | 0.64 | 0.45 |
| Hex | BA | 8A | 29 | 0 | 1A | 4E | 1B | 28 | 40 | 2D |
| Octal | 272 | 212 | 51 | 0 | 32 | 116 | 33 | 50 | 100 | 55 |
| Binary | 10111010 | 10001010 | 101001 | 0 | 11010 | 1001110 | 11011 | 101000 | 1000000 | 101101 |
Color Harmonies of #BA8A29
Complementary color
Monochromatic Colors of #BA8A29
Black with #BA8A29
Text Example
Text Example
White with #BA8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A29; }
p { color: rgb(186,138,41); }
H1.HeaderClassName
{
color: #BA8A29;
}
.AnyTagClassName
{
color: #BA8A29;
}
</style>
background-color css
<style>
a { background-color: #BA8A29; }
a { background-color: rgb(186,138,41); }
div.DivClassName
{
background-color: #BA8A29;
}
.BgClassName
{
background-color: #BA8A29;
}
</style>
border-color css
<style>
span { border-color: #BA8A29; }
span { border-color: rgb(186,138,41); }
td.TdClassName
{
border-color: #BA8A29;
}
.TagClassName
{
border-color: #BA8A29;
}
</style>