Shades of Nugget #BC8620
Tints of Nugget #BC8620
RGB
CMYK
RGB Variations
Color information
#BC8620 (or 0xBC8620) is known color: Nugget. HEX triplet: BC, 86 and 20. RGB value is (188,134,32). Sum of RGB (Red+Green+Blue) = 188+134+32=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8620 is #4379DF. Grayscale: #8A8A8A. Windows color (decimal): -4422112 or 2131644. OLE color: 2131644.
HSL color Cylindrical-coordinate representation of color #BC8620: hue angle of 39.23º 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 #BC8620 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 32 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.26 |
| HSL | 39.23º | 0.71% | 0.43% | - |
| HSV(B) | 39.23º | 0.83% | 0.74% | - |
| XYZ | 29.52 | 27.85 | 5.19 | - |
| YUV | 138.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 32 | 0 | 0.29 | 0.83 | 0.26 | 39.23 | 0.71 | 0.43 |
| Hex | BC | 86 | 20 | 0 | 1D | 53 | 1A | 27 | 47 | 2B |
| Octal | 274 | 206 | 40 | 0 | 35 | 123 | 32 | 47 | 107 | 53 |
| Binary | 10111100 | 10000110 | 100000 | 0 | 11101 | 1010011 | 11010 | 100111 | 1000111 | 101011 |
Color Harmonies of #BC8620
Complementary color
Monochromatic Colors of #BC8620
Black with #BC8620
Text Example
Text Example
White with #BC8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8620; }
p { color: rgb(188,134,32); }
H1.HeaderClassName
{
color: #BC8620;
}
.AnyTagClassName
{
color: #BC8620;
}
</style>
background-color css
<style>
a { background-color: #BC8620; }
a { background-color: rgb(188,134,32); }
div.DivClassName
{
background-color: #BC8620;
}
.BgClassName
{
background-color: #BC8620;
}
</style>
border-color css
<style>
span { border-color: #BC8620; }
span { border-color: rgb(188,134,32); }
td.TdClassName
{
border-color: #BC8620;
}
.TagClassName
{
border-color: #BC8620;
}
</style>