Shades of Nugget #BA932B
Tints of Nugget #BA932B
RGB
CMYK
RGB Variations
Color information
#BA932B (or 0xBA932B) is known color: Nugget. HEX triplet: BA, 93 and 2B. RGB value is (186,147,43). Sum of RGB (Red+Green+Blue) = 186+147+43=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA932B is #456CD4. Grayscale: #939393. Windows color (decimal): -4549845 or 2855866. OLE color: 2855866.
HSL color Cylindrical-coordinate representation of color #BA932B: hue angle of 43.64º degrees, saturation: 0.62, 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 #BA932B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 43 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.27 |
| HSL | 43.64º | 0.62% | 0.45% | - |
| HSV(B) | 43.64º | 0.77% | 0.73% | - |
| XYZ | 31.12 | 31.48 | 6.72 | - |
| YUV | 146.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 43 | 0 | 0.21 | 0.77 | 0.27 | 43.64 | 0.62 | 0.45 |
| Hex | BA | 93 | 2B | 0 | 15 | 4D | 1B | 2C | 3E | 2D |
| Octal | 272 | 223 | 53 | 0 | 25 | 115 | 33 | 54 | 76 | 55 |
| Binary | 10111010 | 10010011 | 101011 | 0 | 10101 | 1001101 | 11011 | 101100 | 111110 | 101101 |
Color Harmonies of #BA932B
Complementary color
Monochromatic Colors of #BA932B
Black with #BA932B
Text Example
Text Example
White with #BA932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA932B; }
p { color: rgb(186,147,43); }
H1.HeaderClassName
{
color: #BA932B;
}
.AnyTagClassName
{
color: #BA932B;
}
</style>
background-color css
<style>
a { background-color: #BA932B; }
a { background-color: rgb(186,147,43); }
div.DivClassName
{
background-color: #BA932B;
}
.BgClassName
{
background-color: #BA932B;
}
</style>
border-color css
<style>
span { border-color: #BA932B; }
span { border-color: rgb(186,147,43); }
td.TdClassName
{
border-color: #BA932B;
}
.TagClassName
{
border-color: #BA932B;
}
</style>