Shades of Nugget #BC982E
Tints of Nugget #BC982E
RGB
CMYK
RGB Variations
Color information
#BC982E (or 0xBC982E) is known color: Nugget. HEX triplet: BC, 98 and 2E. RGB value is (188,152,46). Sum of RGB (Red+Green+Blue) = 188+152+46=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC982E is #4367D1. Grayscale: #979797. Windows color (decimal): -4417490 or 3053756. OLE color: 3053756.
HSL color Cylindrical-coordinate representation of color #BC982E: hue angle of 44.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC982E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 46 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.26 |
| HSL | 44.79º | 0.61% | 0.46% | - |
| HSV(B) | 44.79º | 0.76% | 0.74% | - |
| XYZ | 32.46 | 33.35 | 7.31 | - |
| YUV | 150.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 46 | 0 | 0.19 | 0.76 | 0.26 | 44.79 | 0.61 | 0.46 |
| Hex | BC | 98 | 2E | 0 | 13 | 4C | 1A | 2D | 3D | 2E |
| Octal | 274 | 230 | 56 | 0 | 23 | 114 | 32 | 55 | 75 | 56 |
| Binary | 10111100 | 10011000 | 101110 | 0 | 10011 | 1001100 | 11010 | 101101 | 111101 | 101110 |
Color Harmonies of #BC982E
Complementary color
Monochromatic Colors of #BC982E
Black with #BC982E
Text Example
Text Example
White with #BC982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC982E; }
p { color: rgb(188,152,46); }
H1.HeaderClassName
{
color: #BC982E;
}
.AnyTagClassName
{
color: #BC982E;
}
</style>
background-color css
<style>
a { background-color: #BC982E; }
a { background-color: rgb(188,152,46); }
div.DivClassName
{
background-color: #BC982E;
}
.BgClassName
{
background-color: #BC982E;
}
</style>
border-color css
<style>
span { border-color: #BC982E; }
span { border-color: rgb(188,152,46); }
td.TdClassName
{
border-color: #BC982E;
}
.TagClassName
{
border-color: #BC982E;
}
</style>