Shades of Nugget #BC8520
Tints of Nugget #BC8520
RGB
CMYK
RGB Variations
Color information
#BC8520 (or 0xBC8520) is known color: Nugget. HEX triplet: BC, 85 and 20. RGB value is (188,133,32). Sum of RGB (Red+Green+Blue) = 188+133+32=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8520 is #437ADF. Grayscale: #8A8A8A. Windows color (decimal): -4422368 or 2131388. OLE color: 2131388.
HSL color Cylindrical-coordinate representation of color #BC8520: hue angle of 38.85º 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 #BC8520 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 32 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.26 |
| HSL | 38.85º | 0.71% | 0.43% | - |
| HSV(B) | 38.85º | 0.83% | 0.74% | - |
| XYZ | 29.39 | 27.57 | 5.14 | - |
| YUV | 137.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 32 | 0 | 0.29 | 0.83 | 0.26 | 38.85 | 0.71 | 0.43 |
| Hex | BC | 85 | 20 | 0 | 1D | 53 | 1A | 27 | 47 | 2B |
| Octal | 274 | 205 | 40 | 0 | 35 | 123 | 32 | 47 | 107 | 53 |
| Binary | 10111100 | 10000101 | 100000 | 0 | 11101 | 1010011 | 11010 | 100111 | 1000111 | 101011 |
Color Harmonies of #BC8520
Complementary color
Monochromatic Colors of #BC8520
Black with #BC8520
Text Example
Text Example
White with #BC8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8520; }
p { color: rgb(188,133,32); }
H1.HeaderClassName
{
color: #BC8520;
}
.AnyTagClassName
{
color: #BC8520;
}
</style>
background-color css
<style>
a { background-color: #BC8520; }
a { background-color: rgb(188,133,32); }
div.DivClassName
{
background-color: #BC8520;
}
.BgClassName
{
background-color: #BC8520;
}
</style>
border-color css
<style>
span { border-color: #BC8520; }
span { border-color: rgb(188,133,32); }
td.TdClassName
{
border-color: #BC8520;
}
.TagClassName
{
border-color: #BC8520;
}
</style>