Shades of Nugget #BA8927
Tints of Nugget #BA8927
RGB
CMYK
RGB Variations
Color information
#BA8927 (or 0xBA8927) is known color: Nugget. HEX triplet: BA, 89 and 27. RGB value is (186,137,39). Sum of RGB (Red+Green+Blue) = 186+137+39=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8927 is #4576D8. Grayscale: #8C8C8C. Windows color (decimal): -4552409 or 2591162. OLE color: 2591162.
HSL color Cylindrical-coordinate representation of color #BA8927: hue angle of 40º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA8927 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 137 | 39 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.27 |
| HSL | 40º | 0.65% | 0.44% | - |
| HSV(B) | 40º | 0.79% | 0.73% | - |
| XYZ | 29.56 | 28.48 | 5.86 | - |
| YUV | 140.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 39 | 0 | 0.26 | 0.79 | 0.27 | 40 | 0.65 | 0.44 |
| Hex | BA | 89 | 27 | 0 | 1A | 4F | 1B | 28 | 41 | 2C |
| Octal | 272 | 211 | 47 | 0 | 32 | 117 | 33 | 50 | 101 | 54 |
| Binary | 10111010 | 10001001 | 100111 | 0 | 11010 | 1001111 | 11011 | 101000 | 1000001 | 101100 |
Color Harmonies of #BA8927
Complementary color
Monochromatic Colors of #BA8927
Black with #BA8927
Text Example
Text Example
White with #BA8927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8927; }
p { color: rgb(186,137,39); }
H1.HeaderClassName
{
color: #BA8927;
}
.AnyTagClassName
{
color: #BA8927;
}
</style>
background-color css
<style>
a { background-color: #BA8927; }
a { background-color: rgb(186,137,39); }
div.DivClassName
{
background-color: #BA8927;
}
.BgClassName
{
background-color: #BA8927;
}
</style>
border-color css
<style>
span { border-color: #BA8927; }
span { border-color: rgb(186,137,39); }
td.TdClassName
{
border-color: #BA8927;
}
.TagClassName
{
border-color: #BA8927;
}
</style>