Shades of Nugget #BC942E
Tints of Nugget #BC942E
RGB
CMYK
RGB Variations
Color information
#BC942E (or 0xBC942E) is known color: Nugget. HEX triplet: BC, 94 and 2E. RGB value is (188,148,46). Sum of RGB (Red+Green+Blue) = 188+148+46=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC942E is #436BD1. Grayscale: #949494. Windows color (decimal): -4418514 or 3052732. OLE color: 3052732.
HSL color Cylindrical-coordinate representation of color #BC942E: hue angle of 43.1º 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 #BC942E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 46 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.26 |
| HSL | 43.1º | 0.61% | 0.46% | - |
| HSV(B) | 43.1º | 0.76% | 0.74% | - |
| XYZ | 31.82 | 32.07 | 7.1 | - |
| YUV | 148.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 46 | 0 | 0.21 | 0.76 | 0.26 | 43.1 | 0.61 | 0.46 |
| Hex | BC | 94 | 2E | 0 | 15 | 4C | 1A | 2B | 3D | 2E |
| Octal | 274 | 224 | 56 | 0 | 25 | 114 | 32 | 53 | 75 | 56 |
| Binary | 10111100 | 10010100 | 101110 | 0 | 10101 | 1001100 | 11010 | 101011 | 111101 | 101110 |
Color Harmonies of #BC942E
Complementary color
Monochromatic Colors of #BC942E
Black with #BC942E
Text Example
Text Example
White with #BC942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC942E; }
p { color: rgb(188,148,46); }
H1.HeaderClassName
{
color: #BC942E;
}
.AnyTagClassName
{
color: #BC942E;
}
</style>
background-color css
<style>
a { background-color: #BC942E; }
a { background-color: rgb(188,148,46); }
div.DivClassName
{
background-color: #BC942E;
}
.BgClassName
{
background-color: #BC942E;
}
</style>
border-color css
<style>
span { border-color: #BC942E; }
span { border-color: rgb(188,148,46); }
td.TdClassName
{
border-color: #BC942E;
}
.TagClassName
{
border-color: #BC942E;
}
</style>