Shades of Nugget #BA932C
Tints of Nugget #BA932C
RGB
CMYK
RGB Variations
Color information
#BA932C (or 0xBA932C) is known color: Nugget. HEX triplet: BA, 93 and 2C. RGB value is (186,147,44). Sum of RGB (Red+Green+Blue) = 186+147+44=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA932C is #456CD3. Grayscale: #939393. Windows color (decimal): -4549844 or 2921402. OLE color: 2921402.
HSL color Cylindrical-coordinate representation of color #BA932C: hue angle of 43.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA932C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 44 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.52º | 0.62% | 0.45% | - |
| HSV(B) | 43.52º | 0.76% | 0.73% | - |
| XYZ | 31.14 | 31.49 | 6.82 | - |
| YUV | 146.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 44 | 0 | 0.21 | 0.76 | 0.27 | 43.52 | 0.62 | 0.45 |
| Hex | BA | 93 | 2C | 0 | 15 | 4C | 1B | 2C | 3E | 2D |
| Octal | 272 | 223 | 54 | 0 | 25 | 114 | 33 | 54 | 76 | 55 |
| Binary | 10111010 | 10010011 | 101100 | 0 | 10101 | 1001100 | 11011 | 101100 | 111110 | 101101 |
Color Harmonies of #BA932C
Complementary color
Monochromatic Colors of #BA932C
Black with #BA932C
Text Example
Text Example
White with #BA932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA932C; }
p { color: rgb(186,147,44); }
H1.HeaderClassName
{
color: #BA932C;
}
.AnyTagClassName
{
color: #BA932C;
}
</style>
background-color css
<style>
a { background-color: #BA932C; }
a { background-color: rgb(186,147,44); }
div.DivClassName
{
background-color: #BA932C;
}
.BgClassName
{
background-color: #BA932C;
}
</style>
border-color css
<style>
span { border-color: #BA932C; }
span { border-color: rgb(186,147,44); }
td.TdClassName
{
border-color: #BA932C;
}
.TagClassName
{
border-color: #BA932C;
}
</style>