Shades of Nugget #BA851D
Tints of Nugget #BA851D
RGB
CMYK
RGB Variations
Color information
#BA851D (or 0xBA851D) is known color: Nugget. HEX triplet: BA, 85 and 1D. RGB value is (186,133,29). Sum of RGB (Red+Green+Blue) = 186+133+29=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA851D is #457AE2. Grayscale: #898989. Windows color (decimal): -4553443 or 1934778. OLE color: 1934778.
HSL color Cylindrical-coordinate representation of color #BA851D: hue angle of 39.75º 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 #BA851D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.27 |
| HSL | 39.75º | 0.73% | 0.42% | - |
| HSV(B) | 39.75º | 0.84% | 0.73% | - |
| XYZ | 28.86 | 27.3 | 4.91 | - |
| YUV | 136.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 29 | 0 | 0.28 | 0.84 | 0.27 | 39.75 | 0.73 | 0.42 |
| Hex | BA | 85 | 1D | 0 | 1C | 54 | 1B | 28 | 49 | 2A |
| Octal | 272 | 205 | 35 | 0 | 34 | 124 | 33 | 50 | 111 | 52 |
| Binary | 10111010 | 10000101 | 11101 | 0 | 11100 | 1010100 | 11011 | 101000 | 1001001 | 101010 |
Color Harmonies of #BA851D
Complementary color
Monochromatic Colors of #BA851D
Black with #BA851D
Text Example
Text Example
White with #BA851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA851D; }
p { color: rgb(186,133,29); }
H1.HeaderClassName
{
color: #BA851D;
}
.AnyTagClassName
{
color: #BA851D;
}
</style>
background-color css
<style>
a { background-color: #BA851D; }
a { background-color: rgb(186,133,29); }
div.DivClassName
{
background-color: #BA851D;
}
.BgClassName
{
background-color: #BA851D;
}
</style>
border-color css
<style>
span { border-color: #BA851D; }
span { border-color: rgb(186,133,29); }
td.TdClassName
{
border-color: #BA851D;
}
.TagClassName
{
border-color: #BA851D;
}
</style>