Shades of Nugget #BA932D
Tints of Nugget #BA932D
RGB
CMYK
RGB Variations
Color information
#BA932D (or 0xBA932D) is known color: Nugget. HEX triplet: BA, 93 and 2D. RGB value is (186,147,45). Sum of RGB (Red+Green+Blue) = 186+147+45=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA932D is #456CD2. Grayscale: #939393. Windows color (decimal): -4549843 or 2986938. OLE color: 2986938.
HSL color Cylindrical-coordinate representation of color #BA932D: hue angle of 43.4º degrees, saturation: 0.61, 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 #BA932D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.4º | 0.61% | 0.45% | - |
| HSV(B) | 43.4º | 0.76% | 0.73% | - |
| XYZ | 31.16 | 31.5 | 6.92 | - |
| YUV | 147.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 45 | 0 | 0.21 | 0.76 | 0.27 | 43.4 | 0.61 | 0.45 |
| Hex | BA | 93 | 2D | 0 | 15 | 4C | 1B | 2B | 3D | 2D |
| Octal | 272 | 223 | 55 | 0 | 25 | 114 | 33 | 53 | 75 | 55 |
| Binary | 10111010 | 10010011 | 101101 | 0 | 10101 | 1001100 | 11011 | 101011 | 111101 | 101101 |
Color Harmonies of #BA932D
Complementary color
Monochromatic Colors of #BA932D
Black with #BA932D
Text Example
Text Example
White with #BA932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA932D; }
p { color: rgb(186,147,45); }
H1.HeaderClassName
{
color: #BA932D;
}
.AnyTagClassName
{
color: #BA932D;
}
</style>
background-color css
<style>
a { background-color: #BA932D; }
a { background-color: rgb(186,147,45); }
div.DivClassName
{
background-color: #BA932D;
}
.BgClassName
{
background-color: #BA932D;
}
</style>
border-color css
<style>
span { border-color: #BA932D; }
span { border-color: rgb(186,147,45); }
td.TdClassName
{
border-color: #BA932D;
}
.TagClassName
{
border-color: #BA932D;
}
</style>