Shades of Nugget #BC8721
Tints of Nugget #BC8721
RGB
CMYK
RGB Variations
Color information
#BC8721 (or 0xBC8721) is known color: Nugget. HEX triplet: BC, 87 and 21. RGB value is (188,135,33). Sum of RGB (Red+Green+Blue) = 188+135+33=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8721 is #4378DE. Grayscale: #8B8B8B. Windows color (decimal): -4421855 or 2197436. OLE color: 2197436.
HSL color Cylindrical-coordinate representation of color #BC8721: hue angle of 39.48º 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 #BC8721 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 33 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.26 |
| HSL | 39.48º | 0.7% | 0.43% | - |
| HSV(B) | 39.48º | 0.82% | 0.74% | - |
| XYZ | 29.68 | 28.13 | 5.3 | - |
| YUV | 139.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 33 | 0 | 0.28 | 0.82 | 0.26 | 39.48 | 0.7 | 0.43 |
| Hex | BC | 87 | 21 | 0 | 1C | 52 | 1A | 27 | 46 | 2B |
| Octal | 274 | 207 | 41 | 0 | 34 | 122 | 32 | 47 | 106 | 53 |
| Binary | 10111100 | 10000111 | 100001 | 0 | 11100 | 1010010 | 11010 | 100111 | 1000110 | 101011 |
Color Harmonies of #BC8721
Complementary color
Monochromatic Colors of #BC8721
Black with #BC8721
Text Example
Text Example
White with #BC8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8721; }
p { color: rgb(188,135,33); }
H1.HeaderClassName
{
color: #BC8721;
}
.AnyTagClassName
{
color: #BC8721;
}
</style>
background-color css
<style>
a { background-color: #BC8721; }
a { background-color: rgb(188,135,33); }
div.DivClassName
{
background-color: #BC8721;
}
.BgClassName
{
background-color: #BC8721;
}
</style>
border-color css
<style>
span { border-color: #BC8721; }
span { border-color: rgb(188,135,33); }
td.TdClassName
{
border-color: #BC8721;
}
.TagClassName
{
border-color: #BC8721;
}
</style>