Shades of Nugget #BA8A1E
Tints of Nugget #BA8A1E
RGB
CMYK
RGB Variations
Color information
#BA8A1E (or 0xBA8A1E) is known color: Nugget. HEX triplet: BA, 8A and 1E. RGB value is (186,138,30). Sum of RGB (Red+Green+Blue) = 186+138+30=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A1E is #4575E1. Grayscale: #8C8C8C. Windows color (decimal): -4552162 or 2001594. OLE color: 2001594.
HSL color Cylindrical-coordinate representation of color #BA8A1E: hue angle of 41.54º 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 #BA8A1E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 30 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.27 |
| HSL | 41.54º | 0.72% | 0.42% | - |
| HSV(B) | 41.54º | 0.84% | 0.73% | - |
| XYZ | 29.57 | 28.71 | 5.21 | - |
| YUV | 140.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 30 | 0 | 0.26 | 0.84 | 0.27 | 41.54 | 0.72 | 0.42 |
| Hex | BA | 8A | 1E | 0 | 1A | 54 | 1B | 2A | 48 | 2A |
| Octal | 272 | 212 | 36 | 0 | 32 | 124 | 33 | 52 | 110 | 52 |
| Binary | 10111010 | 10001010 | 11110 | 0 | 11010 | 1010100 | 11011 | 101010 | 1001000 | 101010 |
Color Harmonies of #BA8A1E
Complementary color
Monochromatic Colors of #BA8A1E
Black with #BA8A1E
Text Example
Text Example
White with #BA8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A1E; }
p { color: rgb(186,138,30); }
H1.HeaderClassName
{
color: #BA8A1E;
}
.AnyTagClassName
{
color: #BA8A1E;
}
</style>
background-color css
<style>
a { background-color: #BA8A1E; }
a { background-color: rgb(186,138,30); }
div.DivClassName
{
background-color: #BA8A1E;
}
.BgClassName
{
background-color: #BA8A1E;
}
</style>
border-color css
<style>
span { border-color: #BA8A1E; }
span { border-color: rgb(186,138,30); }
td.TdClassName
{
border-color: #BA8A1E;
}
.TagClassName
{
border-color: #BA8A1E;
}
</style>