Shades of Nugget #BA8C2C
Tints of Nugget #BA8C2C
RGB
CMYK
RGB Variations
Color information
#BA8C2C (or 0xBA8C2C) is known color: Nugget. HEX triplet: BA, 8C and 2C. RGB value is (186,140,44). Sum of RGB (Red+Green+Blue) = 186+140+44=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C2C is #4573D3. Grayscale: #8F8F8F. Windows color (decimal): -4551636 or 2919610. OLE color: 2919610.
HSL color Cylindrical-coordinate representation of color #BA8C2C: hue angle of 40.56º 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 #BA8C2C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 44 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.27 |
| HSL | 40.56º | 0.62% | 0.45% | - |
| HSV(B) | 40.56º | 0.76% | 0.73% | - |
| XYZ | 30.08 | 29.38 | 6.47 | - |
| YUV | 142.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 44 | 0 | 0.25 | 0.76 | 0.27 | 40.56 | 0.62 | 0.45 |
| Hex | BA | 8C | 2C | 0 | 19 | 4C | 1B | 29 | 3E | 2D |
| Octal | 272 | 214 | 54 | 0 | 31 | 114 | 33 | 51 | 76 | 55 |
| Binary | 10111010 | 10001100 | 101100 | 0 | 11001 | 1001100 | 11011 | 101001 | 111110 | 101101 |
Color Harmonies of #BA8C2C
Complementary color
Monochromatic Colors of #BA8C2C
Black with #BA8C2C
Text Example
Text Example
White with #BA8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C2C; }
p { color: rgb(186,140,44); }
H1.HeaderClassName
{
color: #BA8C2C;
}
.AnyTagClassName
{
color: #BA8C2C;
}
</style>
background-color css
<style>
a { background-color: #BA8C2C; }
a { background-color: rgb(186,140,44); }
div.DivClassName
{
background-color: #BA8C2C;
}
.BgClassName
{
background-color: #BA8C2C;
}
</style>
border-color css
<style>
span { border-color: #BA8C2C; }
span { border-color: rgb(186,140,44); }
td.TdClassName
{
border-color: #BA8C2C;
}
.TagClassName
{
border-color: #BA8C2C;
}
</style>