Shades of Nugget #BA952A
Tints of Nugget #BA952A
RGB
CMYK
RGB Variations
Color information
#BA952A (or 0xBA952A) is known color: Nugget. HEX triplet: BA, 95 and 2A. RGB value is (186,149,42). Sum of RGB (Red+Green+Blue) = 186+149+42=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952A is #456AD5. Grayscale: #949494. Windows color (decimal): -4549334 or 2790842. OLE color: 2790842.
HSL color Cylindrical-coordinate representation of color #BA952A: hue angle of 44.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA952A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 42 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.27 |
| HSL | 44.58º | 0.63% | 0.45% | - |
| HSV(B) | 44.58º | 0.77% | 0.73% | - |
| XYZ | 31.42 | 32.1 | 6.73 | - |
| YUV | 147.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 42 | 0 | 0.20 | 0.77 | 0.27 | 44.58 | 0.63 | 0.45 |
| Hex | BA | 95 | 2A | 0 | 14 | 4D | 1B | 2D | 3F | 2D |
| Octal | 272 | 225 | 52 | 0 | 24 | 115 | 33 | 55 | 77 | 55 |
| Binary | 10111010 | 10010101 | 101010 | 0 | 10100 | 1001101 | 11011 | 101101 | 111111 | 101101 |
Color Harmonies of #BA952A
Complementary color
Monochromatic Colors of #BA952A
Black with #BA952A
Text Example
Text Example
White with #BA952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA952A; }
p { color: rgb(186,149,42); }
H1.HeaderClassName
{
color: #BA952A;
}
.AnyTagClassName
{
color: #BA952A;
}
</style>
background-color css
<style>
a { background-color: #BA952A; }
a { background-color: rgb(186,149,42); }
div.DivClassName
{
background-color: #BA952A;
}
.BgClassName
{
background-color: #BA952A;
}
</style>
border-color css
<style>
span { border-color: #BA952A; }
span { border-color: rgb(186,149,42); }
td.TdClassName
{
border-color: #BA952A;
}
.TagClassName
{
border-color: #BA952A;
}
</style>