Shades of Nugget #BA861D
Tints of Nugget #BA861D
RGB
CMYK
RGB Variations
Color information
#BA861D (or 0xBA861D) is known color: Nugget. HEX triplet: BA, 86 and 1D. RGB value is (186,134,29). Sum of RGB (Red+Green+Blue) = 186+134+29=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861D is #4579E2. Grayscale: #8A8A8A. Windows color (decimal): -4553187 or 1935034. OLE color: 1935034.
HSL color Cylindrical-coordinate representation of color #BA861D: hue angle of 40.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA861D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.27 |
| HSL | 40.13º | 0.73% | 0.42% | - |
| HSV(B) | 40.13º | 0.84% | 0.73% | - |
| XYZ | 29 | 27.58 | 4.96 | - |
| YUV | 137.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 29 | 0 | 0.28 | 0.84 | 0.27 | 40.13 | 0.73 | 0.42 |
| Hex | BA | 86 | 1D | 0 | 1C | 54 | 1B | 28 | 49 | 2A |
| Octal | 272 | 206 | 35 | 0 | 34 | 124 | 33 | 50 | 111 | 52 |
| Binary | 10111010 | 10000110 | 11101 | 0 | 11100 | 1010100 | 11011 | 101000 | 1001001 | 101010 |
Color Harmonies of #BA861D
Complementary color
Monochromatic Colors of #BA861D
Black with #BA861D
Text Example
Text Example
White with #BA861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA861D; }
p { color: rgb(186,134,29); }
H1.HeaderClassName
{
color: #BA861D;
}
.AnyTagClassName
{
color: #BA861D;
}
</style>
background-color css
<style>
a { background-color: #BA861D; }
a { background-color: rgb(186,134,29); }
div.DivClassName
{
background-color: #BA861D;
}
.BgClassName
{
background-color: #BA861D;
}
</style>
border-color css
<style>
span { border-color: #BA861D; }
span { border-color: rgb(186,134,29); }
td.TdClassName
{
border-color: #BA861D;
}
.TagClassName
{
border-color: #BA861D;
}
</style>