Shades of Nugget #BC8C20
Tints of Nugget #BC8C20
RGB
CMYK
RGB Variations
Color information
#BC8C20 (or 0xBC8C20) is known color: Nugget. HEX triplet: BC, 8C and 20. RGB value is (188,140,32). Sum of RGB (Red+Green+Blue) = 188+140+32=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C20 is #4373DF. Grayscale: #8E8E8E. Windows color (decimal): -4420576 or 2133180. OLE color: 2133180.
HSL color Cylindrical-coordinate representation of color #BC8C20: hue angle of 41.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC8C20 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 32 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.26 |
| HSL | 41.54º | 0.71% | 0.43% | - |
| HSV(B) | 41.54º | 0.83% | 0.74% | - |
| XYZ | 30.38 | 29.55 | 5.47 | - |
| YUV | 142.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 32 | 0 | 0.26 | 0.83 | 0.26 | 41.54 | 0.71 | 0.43 |
| Hex | BC | 8C | 20 | 0 | 1A | 53 | 1A | 2A | 47 | 2B |
| Octal | 274 | 214 | 40 | 0 | 32 | 123 | 32 | 52 | 107 | 53 |
| Binary | 10111100 | 10001100 | 100000 | 0 | 11010 | 1010011 | 11010 | 101010 | 1000111 | 101011 |
Color Harmonies of #BC8C20
Complementary color
Monochromatic Colors of #BC8C20
Black with #BC8C20
Text Example
Text Example
White with #BC8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C20; }
p { color: rgb(188,140,32); }
H1.HeaderClassName
{
color: #BC8C20;
}
.AnyTagClassName
{
color: #BC8C20;
}
</style>
background-color css
<style>
a { background-color: #BC8C20; }
a { background-color: rgb(188,140,32); }
div.DivClassName
{
background-color: #BC8C20;
}
.BgClassName
{
background-color: #BC8C20;
}
</style>
border-color css
<style>
span { border-color: #BC8C20; }
span { border-color: rgb(188,140,32); }
td.TdClassName
{
border-color: #BC8C20;
}
.TagClassName
{
border-color: #BC8C20;
}
</style>