Shades of Nugget #BA8629
Tints of Nugget #BA8629
RGB
CMYK
RGB Variations
Color information
#BA8629 (or 0xBA8629) is known color: Nugget. HEX triplet: BA, 86 and 29. RGB value is (186,134,41). Sum of RGB (Red+Green+Blue) = 186+134+41=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8629 is #4579D6. Grayscale: #8B8B8B. Windows color (decimal): -4553175 or 2721466. OLE color: 2721466.
HSL color Cylindrical-coordinate representation of color #BA8629: hue angle of 38.48º 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 #BA8629 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.27 |
| HSL | 38.48º | 0.64% | 0.45% | - |
| HSV(B) | 38.48º | 0.78% | 0.73% | - |
| XYZ | 29.18 | 27.65 | 5.9 | - |
| YUV | 138.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 41 | 0 | 0.28 | 0.78 | 0.27 | 38.48 | 0.64 | 0.45 |
| Hex | BA | 86 | 29 | 0 | 1C | 4E | 1B | 26 | 40 | 2D |
| Octal | 272 | 206 | 51 | 0 | 34 | 116 | 33 | 46 | 100 | 55 |
| Binary | 10111010 | 10000110 | 101001 | 0 | 11100 | 1001110 | 11011 | 100110 | 1000000 | 101101 |
Color Harmonies of #BA8629
Complementary color
Monochromatic Colors of #BA8629
Black with #BA8629
Text Example
Text Example
White with #BA8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8629; }
p { color: rgb(186,134,41); }
H1.HeaderClassName
{
color: #BA8629;
}
.AnyTagClassName
{
color: #BA8629;
}
</style>
background-color css
<style>
a { background-color: #BA8629; }
a { background-color: rgb(186,134,41); }
div.DivClassName
{
background-color: #BA8629;
}
.BgClassName
{
background-color: #BA8629;
}
</style>
border-color css
<style>
span { border-color: #BA8629; }
span { border-color: rgb(186,134,41); }
td.TdClassName
{
border-color: #BA8629;
}
.TagClassName
{
border-color: #BA8629;
}
</style>