Shades of Nugget #BC8521
Tints of Nugget #BC8521
RGB
CMYK
RGB Variations
Color information
#BC8521 (or 0xBC8521) is known color: Nugget. HEX triplet: BC, 85 and 21. RGB value is (188,133,33). Sum of RGB (Red+Green+Blue) = 188+133+33=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8521 is #437ADE. Grayscale: #8A8A8A. Windows color (decimal): -4422367 or 2196924. OLE color: 2196924.
HSL color Cylindrical-coordinate representation of color #BC8521: hue angle of 38.71º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC8521 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 33 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.26 |
| HSL | 38.71º | 0.7% | 0.43% | - |
| HSV(B) | 38.71º | 0.82% | 0.74% | - |
| XYZ | 29.4 | 27.58 | 5.21 | - |
| YUV | 138.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 33 | 0 | 0.29 | 0.82 | 0.26 | 38.71 | 0.7 | 0.43 |
| Hex | BC | 85 | 21 | 0 | 1D | 52 | 1A | 27 | 46 | 2B |
| Octal | 274 | 205 | 41 | 0 | 35 | 122 | 32 | 47 | 106 | 53 |
| Binary | 10111100 | 10000101 | 100001 | 0 | 11101 | 1010010 | 11010 | 100111 | 1000110 | 101011 |
Color Harmonies of #BC8521
Complementary color
Monochromatic Colors of #BC8521
Black with #BC8521
Text Example
Text Example
White with #BC8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8521; }
p { color: rgb(188,133,33); }
H1.HeaderClassName
{
color: #BC8521;
}
.AnyTagClassName
{
color: #BC8521;
}
</style>
background-color css
<style>
a { background-color: #BC8521; }
a { background-color: rgb(188,133,33); }
div.DivClassName
{
background-color: #BC8521;
}
.BgClassName
{
background-color: #BC8521;
}
</style>
border-color css
<style>
span { border-color: #BC8521; }
span { border-color: rgb(188,133,33); }
td.TdClassName
{
border-color: #BC8521;
}
.TagClassName
{
border-color: #BC8521;
}
</style>