Shades of Nugget #BA902B
Tints of Nugget #BA902B
RGB
CMYK
RGB Variations
Color information
#BA902B (or 0xBA902B) is known color: Nugget. HEX triplet: BA, 90 and 2B. RGB value is (186,144,43). Sum of RGB (Red+Green+Blue) = 186+144+43=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA902B is #456FD4. Grayscale: #919191. Windows color (decimal): -4550613 or 2855098. OLE color: 2855098.
HSL color Cylindrical-coordinate representation of color #BA902B: hue angle of 42.38º 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 #BA902B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 43 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.27 |
| HSL | 42.38º | 0.62% | 0.45% | - |
| HSV(B) | 42.38º | 0.77% | 0.73% | - |
| XYZ | 30.66 | 30.56 | 6.57 | - |
| YUV | 145.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 43 | 0 | 0.23 | 0.77 | 0.27 | 42.38 | 0.62 | 0.45 |
| Hex | BA | 90 | 2B | 0 | 17 | 4D | 1B | 2A | 3E | 2D |
| Octal | 272 | 220 | 53 | 0 | 27 | 115 | 33 | 52 | 76 | 55 |
| Binary | 10111010 | 10010000 | 101011 | 0 | 10111 | 1001101 | 11011 | 101010 | 111110 | 101101 |
Color Harmonies of #BA902B
Complementary color
Monochromatic Colors of #BA902B
Black with #BA902B
Text Example
Text Example
White with #BA902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA902B; }
p { color: rgb(186,144,43); }
H1.HeaderClassName
{
color: #BA902B;
}
.AnyTagClassName
{
color: #BA902B;
}
</style>
background-color css
<style>
a { background-color: #BA902B; }
a { background-color: rgb(186,144,43); }
div.DivClassName
{
background-color: #BA902B;
}
.BgClassName
{
background-color: #BA902B;
}
</style>
border-color css
<style>
span { border-color: #BA902B; }
span { border-color: rgb(186,144,43); }
td.TdClassName
{
border-color: #BA902B;
}
.TagClassName
{
border-color: #BA902B;
}
</style>