Shades of Nugget #BA8B1F
Tints of Nugget #BA8B1F
RGB
CMYK
RGB Variations
Color information
#BA8B1F (or 0xBA8B1F) is known color: Nugget. HEX triplet: BA, 8B and 1F. RGB value is (186,139,31). Sum of RGB (Red+Green+Blue) = 186+139+31=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B1F is #4574E0. Grayscale: #8D8D8D. Windows color (decimal): -4551905 or 2067386. OLE color: 2067386.
HSL color Cylindrical-coordinate representation of color #BA8B1F: hue angle of 41.81º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA8B1F is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 31 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.27 |
| HSL | 41.81º | 0.71% | 0.43% | - |
| HSV(B) | 41.81º | 0.83% | 0.73% | - |
| XYZ | 29.73 | 29 | 5.33 | - |
| YUV | 140.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 31 | 0 | 0.25 | 0.83 | 0.27 | 41.81 | 0.71 | 0.43 |
| Hex | BA | 8B | 1F | 0 | 19 | 53 | 1B | 2A | 47 | 2B |
| Octal | 272 | 213 | 37 | 0 | 31 | 123 | 33 | 52 | 107 | 53 |
| Binary | 10111010 | 10001011 | 11111 | 0 | 11001 | 1010011 | 11011 | 101010 | 1000111 | 101011 |
Color Harmonies of #BA8B1F
Complementary color
Monochromatic Colors of #BA8B1F
Black with #BA8B1F
Text Example
Text Example
White with #BA8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B1F; }
p { color: rgb(186,139,31); }
H1.HeaderClassName
{
color: #BA8B1F;
}
.AnyTagClassName
{
color: #BA8B1F;
}
</style>
background-color css
<style>
a { background-color: #BA8B1F; }
a { background-color: rgb(186,139,31); }
div.DivClassName
{
background-color: #BA8B1F;
}
.BgClassName
{
background-color: #BA8B1F;
}
</style>
border-color css
<style>
span { border-color: #BA8B1F; }
span { border-color: rgb(186,139,31); }
td.TdClassName
{
border-color: #BA8B1F;
}
.TagClassName
{
border-color: #BA8B1F;
}
</style>