Shades of Nugget #BA891C
Tints of Nugget #BA891C
RGB
CMYK
RGB Variations
Color information
#BA891C (or 0xBA891C) is known color: Nugget. HEX triplet: BA, 89 and 1C. RGB value is (186,137,28). Sum of RGB (Red+Green+Blue) = 186+137+28=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA891C is #4576E3. Grayscale: #8B8B8B. Windows color (decimal): -4552420 or 1870266. OLE color: 1870266.
HSL color Cylindrical-coordinate representation of color #BA891C: hue angle of 41.39º 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 #BA891C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.27 |
| HSL | 41.39º | 0.74% | 0.42% | - |
| HSV(B) | 41.39º | 0.85% | 0.73% | - |
| XYZ | 29.4 | 28.41 | 5.03 | - |
| YUV | 139.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 28 | 0 | 0.26 | 0.85 | 0.27 | 41.39 | 0.74 | 0.42 |
| Hex | BA | 89 | 1C | 0 | 1A | 55 | 1B | 29 | 4A | 2A |
| Octal | 272 | 211 | 34 | 0 | 32 | 125 | 33 | 51 | 112 | 52 |
| Binary | 10111010 | 10001001 | 11100 | 0 | 11010 | 1010101 | 11011 | 101001 | 1001010 | 101010 |
Color Harmonies of #BA891C
Complementary color
Monochromatic Colors of #BA891C
Black with #BA891C
Text Example
Text Example
White with #BA891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA891C; }
p { color: rgb(186,137,28); }
H1.HeaderClassName
{
color: #BA891C;
}
.AnyTagClassName
{
color: #BA891C;
}
</style>
background-color css
<style>
a { background-color: #BA891C; }
a { background-color: rgb(186,137,28); }
div.DivClassName
{
background-color: #BA891C;
}
.BgClassName
{
background-color: #BA891C;
}
</style>
border-color css
<style>
span { border-color: #BA891C; }
span { border-color: rgb(186,137,28); }
td.TdClassName
{
border-color: #BA891C;
}
.TagClassName
{
border-color: #BA891C;
}
</style>