Shades of Nugget #BA9527
Tints of Nugget #BA9527
RGB
CMYK
RGB Variations
Color information
#BA9527 (or 0xBA9527) is known color: Nugget. HEX triplet: BA, 95 and 27. RGB value is (186,149,39). Sum of RGB (Red+Green+Blue) = 186+149+39=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9527 is #456AD8. Grayscale: #939393. Windows color (decimal): -4549337 or 2594234. OLE color: 2594234.
HSL color Cylindrical-coordinate representation of color #BA9527: hue angle of 44.9º 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 #BA9527 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 39 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.27 |
| HSL | 44.9º | 0.65% | 0.44% | - |
| HSV(B) | 44.9º | 0.79% | 0.73% | - |
| XYZ | 31.36 | 32.08 | 6.46 | - |
| YUV | 147.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 39 | 0 | 0.20 | 0.79 | 0.27 | 44.9 | 0.65 | 0.44 |
| Hex | BA | 95 | 27 | 0 | 14 | 4F | 1B | 2D | 41 | 2C |
| Octal | 272 | 225 | 47 | 0 | 24 | 117 | 33 | 55 | 101 | 54 |
| Binary | 10111010 | 10010101 | 100111 | 0 | 10100 | 1001111 | 11011 | 101101 | 1000001 | 101100 |
Color Harmonies of #BA9527
Complementary color
Monochromatic Colors of #BA9527
Black with #BA9527
Text Example
Text Example
White with #BA9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9527; }
p { color: rgb(186,149,39); }
H1.HeaderClassName
{
color: #BA9527;
}
.AnyTagClassName
{
color: #BA9527;
}
</style>
background-color css
<style>
a { background-color: #BA9527; }
a { background-color: rgb(186,149,39); }
div.DivClassName
{
background-color: #BA9527;
}
.BgClassName
{
background-color: #BA9527;
}
</style>
border-color css
<style>
span { border-color: #BA9527; }
span { border-color: rgb(186,149,39); }
td.TdClassName
{
border-color: #BA9527;
}
.TagClassName
{
border-color: #BA9527;
}
</style>