Shades of Nugget #BA871E
Tints of Nugget #BA871E
RGB
CMYK
RGB Variations
Color information
#BA871E (or 0xBA871E) is known color: Nugget. HEX triplet: BA, 87 and 1E. RGB value is (186,135,30). Sum of RGB (Red+Green+Blue) = 186+135+30=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA871E is #4578E1. Grayscale: #8A8A8A. Windows color (decimal): -4552930 or 2000826. OLE color: 2000826.
HSL color Cylindrical-coordinate representation of color #BA871E: hue angle of 40.38º degrees, saturation: 0.72, 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 #BA871E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.27 |
| HSL | 40.38º | 0.72% | 0.42% | - |
| HSV(B) | 40.38º | 0.84% | 0.73% | - |
| XYZ | 29.15 | 27.86 | 5.07 | - |
| YUV | 138.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 30 | 0 | 0.27 | 0.84 | 0.27 | 40.38 | 0.72 | 0.42 |
| Hex | BA | 87 | 1E | 0 | 1B | 54 | 1B | 28 | 48 | 2A |
| Octal | 272 | 207 | 36 | 0 | 33 | 124 | 33 | 50 | 110 | 52 |
| Binary | 10111010 | 10000111 | 11110 | 0 | 11011 | 1010100 | 11011 | 101000 | 1001000 | 101010 |
Color Harmonies of #BA871E
Complementary color
Monochromatic Colors of #BA871E
Black with #BA871E
Text Example
Text Example
White with #BA871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA871E; }
p { color: rgb(186,135,30); }
H1.HeaderClassName
{
color: #BA871E;
}
.AnyTagClassName
{
color: #BA871E;
}
</style>
background-color css
<style>
a { background-color: #BA871E; }
a { background-color: rgb(186,135,30); }
div.DivClassName
{
background-color: #BA871E;
}
.BgClassName
{
background-color: #BA871E;
}
</style>
border-color css
<style>
span { border-color: #BA871E; }
span { border-color: rgb(186,135,30); }
td.TdClassName
{
border-color: #BA871E;
}
.TagClassName
{
border-color: #BA871E;
}
</style>