Shades of Nugget #BC982F
Tints of Nugget #BC982F
RGB
CMYK
RGB Variations
Color information
#BC982F (or 0xBC982F) is known color: Nugget. HEX triplet: BC, 98 and 2F. RGB value is (188,152,47). Sum of RGB (Red+Green+Blue) = 188+152+47=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC982F is #4367D0. Grayscale: #979797. Windows color (decimal): -4417489 or 3119292. OLE color: 3119292.
HSL color Cylindrical-coordinate representation of color #BC982F: hue angle of 44.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC982F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 47 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.26 |
| HSL | 44.68º | 0.6% | 0.46% | - |
| HSV(B) | 44.68º | 0.75% | 0.74% | - |
| XYZ | 32.48 | 33.35 | 7.42 | - |
| YUV | 150.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 47 | 0 | 0.19 | 0.75 | 0.26 | 44.68 | 0.6 | 0.46 |
| Hex | BC | 98 | 2F | 0 | 13 | 4B | 1A | 2D | 3C | 2E |
| Octal | 274 | 230 | 57 | 0 | 23 | 113 | 32 | 55 | 74 | 56 |
| Binary | 10111100 | 10011000 | 101111 | 0 | 10011 | 1001011 | 11010 | 101101 | 111100 | 101110 |
Color Harmonies of #BC982F
Complementary color
Monochromatic Colors of #BC982F
Black with #BC982F
Text Example
Text Example
White with #BC982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC982F; }
p { color: rgb(188,152,47); }
H1.HeaderClassName
{
color: #BC982F;
}
.AnyTagClassName
{
color: #BC982F;
}
</style>
background-color css
<style>
a { background-color: #BC982F; }
a { background-color: rgb(188,152,47); }
div.DivClassName
{
background-color: #BC982F;
}
.BgClassName
{
background-color: #BC982F;
}
</style>
border-color css
<style>
span { border-color: #BC982F; }
span { border-color: rgb(188,152,47); }
td.TdClassName
{
border-color: #BC982F;
}
.TagClassName
{
border-color: #BC982F;
}
</style>