Shades of Nugget #BC9831
Tints of Nugget #BC9831
RGB
CMYK
RGB Variations
Color information
#BC9831 (or 0xBC9831) is known color: Nugget. HEX triplet: BC, 98 and 31. RGB value is (188,152,49). Sum of RGB (Red+Green+Blue) = 188+152+49=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9831 is #4367CE. Grayscale: #979797. Windows color (decimal): -4417487 or 3250364. OLE color: 3250364.
HSL color Cylindrical-coordinate representation of color #BC9831: hue angle of 44.46º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC9831 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 49 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.26 |
| HSL | 44.46º | 0.59% | 0.46% | - |
| HSV(B) | 44.46º | 0.74% | 0.74% | - |
| XYZ | 32.52 | 33.37 | 7.63 | - |
| YUV | 151.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 49 | 0 | 0.19 | 0.74 | 0.26 | 44.46 | 0.59 | 0.46 |
| Hex | BC | 98 | 31 | 0 | 13 | 4A | 1A | 2C | 3B | 2E |
| Octal | 274 | 230 | 61 | 0 | 23 | 112 | 32 | 54 | 73 | 56 |
| Binary | 10111100 | 10011000 | 110001 | 0 | 10011 | 1001010 | 11010 | 101100 | 111011 | 101110 |
Color Harmonies of #BC9831
Complementary color
Monochromatic Colors of #BC9831
Black with #BC9831
Text Example
Text Example
White with #BC9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9831; }
p { color: rgb(188,152,49); }
H1.HeaderClassName
{
color: #BC9831;
}
.AnyTagClassName
{
color: #BC9831;
}
</style>
background-color css
<style>
a { background-color: #BC9831; }
a { background-color: rgb(188,152,49); }
div.DivClassName
{
background-color: #BC9831;
}
.BgClassName
{
background-color: #BC9831;
}
</style>
border-color css
<style>
span { border-color: #BC9831; }
span { border-color: rgb(188,152,49); }
td.TdClassName
{
border-color: #BC9831;
}
.TagClassName
{
border-color: #BC9831;
}
</style>