Shades of Nugget #BA891E
Tints of Nugget #BA891E
RGB
CMYK
RGB Variations
Color information
#BA891E (or 0xBA891E) is known color: Nugget. HEX triplet: BA, 89 and 1E. RGB value is (186,137,30). Sum of RGB (Red+Green+Blue) = 186+137+30=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA891E is #4576E1. Grayscale: #8B8B8B. Windows color (decimal): -4552418 or 2001338. OLE color: 2001338.
HSL color Cylindrical-coordinate representation of color #BA891E: hue angle of 41.15º 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 #BA891E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 30 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.27 |
| HSL | 41.15º | 0.72% | 0.42% | - |
| HSV(B) | 41.15º | 0.84% | 0.73% | - |
| XYZ | 29.43 | 28.42 | 5.16 | - |
| YUV | 139.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 30 | 0 | 0.26 | 0.84 | 0.27 | 41.15 | 0.72 | 0.42 |
| Hex | BA | 89 | 1E | 0 | 1A | 54 | 1B | 29 | 48 | 2A |
| Octal | 272 | 211 | 36 | 0 | 32 | 124 | 33 | 51 | 110 | 52 |
| Binary | 10111010 | 10001001 | 11110 | 0 | 11010 | 1010100 | 11011 | 101001 | 1001000 | 101010 |
Color Harmonies of #BA891E
Complementary color
Monochromatic Colors of #BA891E
Black with #BA891E
Text Example
Text Example
White with #BA891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA891E; }
p { color: rgb(186,137,30); }
H1.HeaderClassName
{
color: #BA891E;
}
.AnyTagClassName
{
color: #BA891E;
}
</style>
background-color css
<style>
a { background-color: #BA891E; }
a { background-color: rgb(186,137,30); }
div.DivClassName
{
background-color: #BA891E;
}
.BgClassName
{
background-color: #BA891E;
}
</style>
border-color css
<style>
span { border-color: #BA891E; }
span { border-color: rgb(186,137,30); }
td.TdClassName
{
border-color: #BA891E;
}
.TagClassName
{
border-color: #BA891E;
}
</style>