Shades of Nugget #BC8C21
Tints of Nugget #BC8C21
RGB
CMYK
RGB Variations
Color information
#BC8C21 (or 0xBC8C21) is known color: Nugget. HEX triplet: BC, 8C and 21. RGB value is (188,140,33). Sum of RGB (Red+Green+Blue) = 188+140+33=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C21 is #4373DE. Grayscale: #8E8E8E. Windows color (decimal): -4420575 or 2198716. OLE color: 2198716.
HSL color Cylindrical-coordinate representation of color #BC8C21: hue angle of 41.42º 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 #BC8C21 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 33 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.26 |
| HSL | 41.42º | 0.7% | 0.43% | - |
| HSV(B) | 41.42º | 0.82% | 0.74% | - |
| XYZ | 30.39 | 29.56 | 5.54 | - |
| YUV | 142.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 33 | 0 | 0.26 | 0.82 | 0.26 | 41.42 | 0.7 | 0.43 |
| Hex | BC | 8C | 21 | 0 | 1A | 52 | 1A | 29 | 46 | 2B |
| Octal | 274 | 214 | 41 | 0 | 32 | 122 | 32 | 51 | 106 | 53 |
| Binary | 10111100 | 10001100 | 100001 | 0 | 11010 | 1010010 | 11010 | 101001 | 1000110 | 101011 |
Color Harmonies of #BC8C21
Complementary color
Monochromatic Colors of #BC8C21
Black with #BC8C21
Text Example
Text Example
White with #BC8C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C21; }
p { color: rgb(188,140,33); }
H1.HeaderClassName
{
color: #BC8C21;
}
.AnyTagClassName
{
color: #BC8C21;
}
</style>
background-color css
<style>
a { background-color: #BC8C21; }
a { background-color: rgb(188,140,33); }
div.DivClassName
{
background-color: #BC8C21;
}
.BgClassName
{
background-color: #BC8C21;
}
</style>
border-color css
<style>
span { border-color: #BC8C21; }
span { border-color: rgb(188,140,33); }
td.TdClassName
{
border-color: #BC8C21;
}
.TagClassName
{
border-color: #BC8C21;
}
</style>