Shades of Nugget #BA902D
Tints of Nugget #BA902D
RGB
CMYK
RGB Variations
Color information
#BA902D (or 0xBA902D) is known color: Nugget. HEX triplet: BA, 90 and 2D. RGB value is (186,144,45). Sum of RGB (Red+Green+Blue) = 186+144+45=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA902D is #456FD2. Grayscale: #919191. Windows color (decimal): -4550611 or 2986170. OLE color: 2986170.
HSL color Cylindrical-coordinate representation of color #BA902D: hue angle of 42.13º 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 #BA902D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 45 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.27 |
| HSL | 42.13º | 0.61% | 0.45% | - |
| HSV(B) | 42.13º | 0.76% | 0.73% | - |
| XYZ | 30.7 | 30.58 | 6.77 | - |
| YUV | 145.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 45 | 0 | 0.23 | 0.76 | 0.27 | 42.13 | 0.61 | 0.45 |
| Hex | BA | 90 | 2D | 0 | 17 | 4C | 1B | 2A | 3D | 2D |
| Octal | 272 | 220 | 55 | 0 | 27 | 114 | 33 | 52 | 75 | 55 |
| Binary | 10111010 | 10010000 | 101101 | 0 | 10111 | 1001100 | 11011 | 101010 | 111101 | 101101 |
Color Harmonies of #BA902D
Complementary color
Monochromatic Colors of #BA902D
Black with #BA902D
Text Example
Text Example
White with #BA902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA902D; }
p { color: rgb(186,144,45); }
H1.HeaderClassName
{
color: #BA902D;
}
.AnyTagClassName
{
color: #BA902D;
}
</style>
background-color css
<style>
a { background-color: #BA902D; }
a { background-color: rgb(186,144,45); }
div.DivClassName
{
background-color: #BA902D;
}
.BgClassName
{
background-color: #BA902D;
}
</style>
border-color css
<style>
span { border-color: #BA902D; }
span { border-color: rgb(186,144,45); }
td.TdClassName
{
border-color: #BA902D;
}
.TagClassName
{
border-color: #BA902D;
}
</style>