Shades of Nugget #BA8E29
Tints of Nugget #BA8E29
RGB
CMYK
RGB Variations
Color information
#BA8E29 (or 0xBA8E29) is known color: Nugget. HEX triplet: BA, 8E and 29. RGB value is (186,142,41). Sum of RGB (Red+Green+Blue) = 186+142+41=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E29 is #4571D6. Grayscale: #909090. Windows color (decimal): -4551127 or 2723514. OLE color: 2723514.
HSL color Cylindrical-coordinate representation of color #BA8E29: hue angle of 41.79º 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 #BA8E29 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 41 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.27 |
| HSL | 41.79º | 0.64% | 0.45% | - |
| HSV(B) | 41.79º | 0.78% | 0.73% | - |
| XYZ | 30.32 | 29.95 | 6.28 | - |
| YUV | 143.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 41 | 0 | 0.24 | 0.78 | 0.27 | 41.79 | 0.64 | 0.45 |
| Hex | BA | 8E | 29 | 0 | 18 | 4E | 1B | 2A | 40 | 2D |
| Octal | 272 | 216 | 51 | 0 | 30 | 116 | 33 | 52 | 100 | 55 |
| Binary | 10111010 | 10001110 | 101001 | 0 | 11000 | 1001110 | 11011 | 101010 | 1000000 | 101101 |
Color Harmonies of #BA8E29
Complementary color
Monochromatic Colors of #BA8E29
Black with #BA8E29
Text Example
Text Example
White with #BA8E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E29; }
p { color: rgb(186,142,41); }
H1.HeaderClassName
{
color: #BA8E29;
}
.AnyTagClassName
{
color: #BA8E29;
}
</style>
background-color css
<style>
a { background-color: #BA8E29; }
a { background-color: rgb(186,142,41); }
div.DivClassName
{
background-color: #BA8E29;
}
.BgClassName
{
background-color: #BA8E29;
}
</style>
border-color css
<style>
span { border-color: #BA8E29; }
span { border-color: rgb(186,142,41); }
td.TdClassName
{
border-color: #BA8E29;
}
.TagClassName
{
border-color: #BA8E29;
}
</style>