Shades of Nugget #BC9630
Tints of Nugget #BC9630
RGB
CMYK
RGB Variations
Color information
#BC9630 (or 0xBC9630) is known color: Nugget. HEX triplet: BC, 96 and 30. RGB value is (188,150,48). Sum of RGB (Red+Green+Blue) = 188+150+48=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9630 is #4369CF. Grayscale: #969696. Windows color (decimal): -4418000 or 3184316. OLE color: 3184316.
HSL color Cylindrical-coordinate representation of color #BC9630: hue angle of 43.71º 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 #BC9630 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 48 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.26 |
| HSL | 43.71º | 0.59% | 0.46% | - |
| HSV(B) | 43.71º | 0.74% | 0.74% | - |
| XYZ | 32.18 | 32.72 | 7.42 | - |
| YUV | 149.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 48 | 0 | 0.20 | 0.74 | 0.26 | 43.71 | 0.59 | 0.46 |
| Hex | BC | 96 | 30 | 0 | 14 | 4A | 1A | 2C | 3B | 2E |
| Octal | 274 | 226 | 60 | 0 | 24 | 112 | 32 | 54 | 73 | 56 |
| Binary | 10111100 | 10010110 | 110000 | 0 | 10100 | 1001010 | 11010 | 101100 | 111011 | 101110 |
Color Harmonies of #BC9630
Complementary color
Monochromatic Colors of #BC9630
Black with #BC9630
Text Example
Text Example
White with #BC9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9630; }
p { color: rgb(188,150,48); }
H1.HeaderClassName
{
color: #BC9630;
}
.AnyTagClassName
{
color: #BC9630;
}
</style>
background-color css
<style>
a { background-color: #BC9630; }
a { background-color: rgb(188,150,48); }
div.DivClassName
{
background-color: #BC9630;
}
.BgClassName
{
background-color: #BC9630;
}
</style>
border-color css
<style>
span { border-color: #BC9630; }
span { border-color: rgb(188,150,48); }
td.TdClassName
{
border-color: #BC9630;
}
.TagClassName
{
border-color: #BC9630;
}
</style>