Shades of Nugget #BA8A1C
Tints of Nugget #BA8A1C
RGB
CMYK
RGB Variations
Color information
#BA8A1C (or 0xBA8A1C) is known color: Nugget. HEX triplet: BA, 8A and 1C. RGB value is (186,138,28). Sum of RGB (Red+Green+Blue) = 186+138+28=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A1C is #4575E3. Grayscale: #8C8C8C. Windows color (decimal): -4552164 or 1870522. OLE color: 1870522.
HSL color Cylindrical-coordinate representation of color #BA8A1C: hue angle of 41.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA8A1C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.27 |
| HSL | 41.77º | 0.74% | 0.42% | - |
| HSV(B) | 41.77º | 0.85% | 0.73% | - |
| XYZ | 29.55 | 28.7 | 5.08 | - |
| YUV | 139.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 28 | 0 | 0.26 | 0.85 | 0.27 | 41.77 | 0.74 | 0.42 |
| Hex | BA | 8A | 1C | 0 | 1A | 55 | 1B | 2A | 4A | 2A |
| Octal | 272 | 212 | 34 | 0 | 32 | 125 | 33 | 52 | 112 | 52 |
| Binary | 10111010 | 10001010 | 11100 | 0 | 11010 | 1010101 | 11011 | 101010 | 1001010 | 101010 |
Color Harmonies of #BA8A1C
Complementary color
Monochromatic Colors of #BA8A1C
Black with #BA8A1C
Text Example
Text Example
White with #BA8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A1C; }
p { color: rgb(186,138,28); }
H1.HeaderClassName
{
color: #BA8A1C;
}
.AnyTagClassName
{
color: #BA8A1C;
}
</style>
background-color css
<style>
a { background-color: #BA8A1C; }
a { background-color: rgb(186,138,28); }
div.DivClassName
{
background-color: #BA8A1C;
}
.BgClassName
{
background-color: #BA8A1C;
}
</style>
border-color css
<style>
span { border-color: #BA8A1C; }
span { border-color: rgb(186,138,28); }
td.TdClassName
{
border-color: #BA8A1C;
}
.TagClassName
{
border-color: #BA8A1C;
}
</style>