Shades of Nugget #BA8C2B
Tints of Nugget #BA8C2B
RGB
CMYK
RGB Variations
Color information
#BA8C2B (or 0xBA8C2B) is known color: Nugget. HEX triplet: BA, 8C and 2B. RGB value is (186,140,43). Sum of RGB (Red+Green+Blue) = 186+140+43=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C2B is #4573D4. Grayscale: #8F8F8F. Windows color (decimal): -4551637 or 2854074. OLE color: 2854074.
HSL color Cylindrical-coordinate representation of color #BA8C2B: hue angle of 40.7º 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 #BA8C2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 43 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.27 |
| HSL | 40.7º | 0.62% | 0.45% | - |
| HSV(B) | 40.7º | 0.77% | 0.73% | - |
| XYZ | 30.06 | 29.37 | 6.37 | - |
| YUV | 142.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 43 | 0 | 0.25 | 0.77 | 0.27 | 40.7 | 0.62 | 0.45 |
| Hex | BA | 8C | 2B | 0 | 19 | 4D | 1B | 29 | 3E | 2D |
| Octal | 272 | 214 | 53 | 0 | 31 | 115 | 33 | 51 | 76 | 55 |
| Binary | 10111010 | 10001100 | 101011 | 0 | 11001 | 1001101 | 11011 | 101001 | 111110 | 101101 |
Color Harmonies of #BA8C2B
Complementary color
Monochromatic Colors of #BA8C2B
Black with #BA8C2B
Text Example
Text Example
White with #BA8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C2B; }
p { color: rgb(186,140,43); }
H1.HeaderClassName
{
color: #BA8C2B;
}
.AnyTagClassName
{
color: #BA8C2B;
}
</style>
background-color css
<style>
a { background-color: #BA8C2B; }
a { background-color: rgb(186,140,43); }
div.DivClassName
{
background-color: #BA8C2B;
}
.BgClassName
{
background-color: #BA8C2B;
}
</style>
border-color css
<style>
span { border-color: #BA8C2B; }
span { border-color: rgb(186,140,43); }
td.TdClassName
{
border-color: #BA8C2B;
}
.TagClassName
{
border-color: #BA8C2B;
}
</style>