Shades of Nugget #BA902C
Tints of Nugget #BA902C
RGB
CMYK
RGB Variations
Color information
#BA902C (or 0xBA902C) is known color: Nugget. HEX triplet: BA, 90 and 2C. RGB value is (186,144,44). Sum of RGB (Red+Green+Blue) = 186+144+44=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA902C is #456FD3. Grayscale: #919191. Windows color (decimal): -4550612 or 2920634. OLE color: 2920634.
HSL color Cylindrical-coordinate representation of color #BA902C: hue angle of 42.25º 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 #BA902C is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 44 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.27 |
| HSL | 42.25º | 0.62% | 0.45% | - |
| HSV(B) | 42.25º | 0.76% | 0.73% | - |
| XYZ | 30.68 | 30.57 | 6.67 | - |
| YUV | 145.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 44 | 0 | 0.23 | 0.76 | 0.27 | 42.25 | 0.62 | 0.45 |
| Hex | BA | 90 | 2C | 0 | 17 | 4C | 1B | 2A | 3E | 2D |
| Octal | 272 | 220 | 54 | 0 | 27 | 114 | 33 | 52 | 76 | 55 |
| Binary | 10111010 | 10010000 | 101100 | 0 | 10111 | 1001100 | 11011 | 101010 | 111110 | 101101 |
Color Harmonies of #BA902C
Complementary color
Monochromatic Colors of #BA902C
Black with #BA902C
Text Example
Text Example
White with #BA902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA902C; }
p { color: rgb(186,144,44); }
H1.HeaderClassName
{
color: #BA902C;
}
.AnyTagClassName
{
color: #BA902C;
}
</style>
background-color css
<style>
a { background-color: #BA902C; }
a { background-color: rgb(186,144,44); }
div.DivClassName
{
background-color: #BA902C;
}
.BgClassName
{
background-color: #BA902C;
}
</style>
border-color css
<style>
span { border-color: #BA902C; }
span { border-color: rgb(186,144,44); }
td.TdClassName
{
border-color: #BA902C;
}
.TagClassName
{
border-color: #BA902C;
}
</style>