Shades of Nugget #BA8A28
Tints of Nugget #BA8A28
RGB
CMYK
RGB Variations
Color information
#BA8A28 (or 0xBA8A28) is known color: Nugget. HEX triplet: BA, 8A and 28. RGB value is (186,138,40). Sum of RGB (Red+Green+Blue) = 186+138+40=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A28 is #4575D7. Grayscale: #8D8D8D. Windows color (decimal): -4552152 or 2656954. OLE color: 2656954.
HSL color Cylindrical-coordinate representation of color #BA8A28: hue angle of 40.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8A28 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 40 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.27 |
| HSL | 40.27º | 0.65% | 0.44% | - |
| HSV(B) | 40.27º | 0.78% | 0.73% | - |
| XYZ | 29.72 | 28.77 | 5.99 | - |
| YUV | 141.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 40 | 0 | 0.26 | 0.78 | 0.27 | 40.27 | 0.65 | 0.44 |
| Hex | BA | 8A | 28 | 0 | 1A | 4E | 1B | 28 | 41 | 2C |
| Octal | 272 | 212 | 50 | 0 | 32 | 116 | 33 | 50 | 101 | 54 |
| Binary | 10111010 | 10001010 | 101000 | 0 | 11010 | 1001110 | 11011 | 101000 | 1000001 | 101100 |
Color Harmonies of #BA8A28
Complementary color
Monochromatic Colors of #BA8A28
Black with #BA8A28
Text Example
Text Example
White with #BA8A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A28; }
p { color: rgb(186,138,40); }
H1.HeaderClassName
{
color: #BA8A28;
}
.AnyTagClassName
{
color: #BA8A28;
}
</style>
background-color css
<style>
a { background-color: #BA8A28; }
a { background-color: rgb(186,138,40); }
div.DivClassName
{
background-color: #BA8A28;
}
.BgClassName
{
background-color: #BA8A28;
}
</style>
border-color css
<style>
span { border-color: #BA8A28; }
span { border-color: rgb(186,138,40); }
td.TdClassName
{
border-color: #BA8A28;
}
.TagClassName
{
border-color: #BA8A28;
}
</style>