Shades of Nugget #BC9932
Tints of Nugget #BC9932
RGB
CMYK
RGB Variations
Color information
#BC9932 (or 0xBC9932) is known color: Nugget. HEX triplet: BC, 99 and 32. RGB value is (188,153,50). Sum of RGB (Red+Green+Blue) = 188+153+50=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9932 is #4366CD. Grayscale: #989898. Windows color (decimal): -4417230 or 3316156. OLE color: 3316156.
HSL color Cylindrical-coordinate representation of color #BC9932: hue angle of 44.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC9932 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 50 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.26 |
| HSL | 44.78º | 0.58% | 0.47% | - |
| HSV(B) | 44.78º | 0.73% | 0.74% | - |
| XYZ | 32.71 | 33.7 | 7.8 | - |
| YUV | 151.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 50 | 0 | 0.19 | 0.73 | 0.26 | 44.78 | 0.58 | 0.47 |
| Hex | BC | 99 | 32 | 0 | 13 | 49 | 1A | 2D | 3A | 2F |
| Octal | 274 | 231 | 62 | 0 | 23 | 111 | 32 | 55 | 72 | 57 |
| Binary | 10111100 | 10011001 | 110010 | 0 | 10011 | 1001001 | 11010 | 101101 | 111010 | 101111 |
Color Harmonies of #BC9932
Complementary color
Monochromatic Colors of #BC9932
Black with #BC9932
Text Example
Text Example
White with #BC9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9932; }
p { color: rgb(188,153,50); }
H1.HeaderClassName
{
color: #BC9932;
}
.AnyTagClassName
{
color: #BC9932;
}
</style>
background-color css
<style>
a { background-color: #BC9932; }
a { background-color: rgb(188,153,50); }
div.DivClassName
{
background-color: #BC9932;
}
.BgClassName
{
background-color: #BC9932;
}
</style>
border-color css
<style>
span { border-color: #BC9932; }
span { border-color: rgb(188,153,50); }
td.TdClassName
{
border-color: #BC9932;
}
.TagClassName
{
border-color: #BC9932;
}
</style>