Shades of Nugget #BA8E26
Tints of Nugget #BA8E26
RGB
CMYK
RGB Variations
Color information
#BA8E26 (or 0xBA8E26) is known color: Nugget. HEX triplet: BA, 8E and 26. RGB value is (186,142,38). Sum of RGB (Red+Green+Blue) = 186+142+38=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E26 is #4571D9. Grayscale: #8F8F8F. Windows color (decimal): -4551130 or 2526906. OLE color: 2526906.
HSL color Cylindrical-coordinate representation of color #BA8E26: hue angle of 42.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8E26 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 38 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.27 |
| HSL | 42.16º | 0.66% | 0.44% | - |
| HSV(B) | 42.16º | 0.8% | 0.73% | - |
| XYZ | 30.27 | 29.93 | 6.01 | - |
| YUV | 143.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 38 | 0 | 0.24 | 0.80 | 0.27 | 42.16 | 0.66 | 0.44 |
| Hex | BA | 8E | 26 | 0 | 18 | 50 | 1B | 2A | 42 | 2C |
| Octal | 272 | 216 | 46 | 0 | 30 | 120 | 33 | 52 | 102 | 54 |
| Binary | 10111010 | 10001110 | 100110 | 0 | 11000 | 1010000 | 11011 | 101010 | 1000010 | 101100 |
Color Harmonies of #BA8E26
Complementary color
Monochromatic Colors of #BA8E26
Black with #BA8E26
Text Example
Text Example
White with #BA8E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8E26; }
p { color: rgb(186,142,38); }
H1.HeaderClassName
{
color: #BA8E26;
}
.AnyTagClassName
{
color: #BA8E26;
}
</style>
background-color css
<style>
a { background-color: #BA8E26; }
a { background-color: rgb(186,142,38); }
div.DivClassName
{
background-color: #BA8E26;
}
.BgClassName
{
background-color: #BA8E26;
}
</style>
border-color css
<style>
span { border-color: #BA8E26; }
span { border-color: rgb(186,142,38); }
td.TdClassName
{
border-color: #BA8E26;
}
.TagClassName
{
border-color: #BA8E26;
}
</style>