Shades of Nugget #BC992E
Tints of Nugget #BC992E
RGB
CMYK
RGB Variations
Color information
#BC992E (or 0xBC992E) is known color: Nugget. HEX triplet: BC, 99 and 2E. RGB value is (188,153,46). Sum of RGB (Red+Green+Blue) = 188+153+46=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC992E is #4366D1. Grayscale: #979797. Windows color (decimal): -4417234 or 3054012. OLE color: 3054012.
HSL color Cylindrical-coordinate representation of color #BC992E: hue angle of 45.21º 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 #BC992E is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 46 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.26 |
| HSL | 45.21º | 0.61% | 0.46% | - |
| HSV(B) | 45.21º | 0.76% | 0.74% | - |
| XYZ | 32.62 | 33.67 | 7.36 | - |
| YUV | 151.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 46 | 0 | 0.19 | 0.76 | 0.26 | 45.21 | 0.61 | 0.46 |
| Hex | BC | 99 | 2E | 0 | 13 | 4C | 1A | 2D | 3D | 2E |
| Octal | 274 | 231 | 56 | 0 | 23 | 114 | 32 | 55 | 75 | 56 |
| Binary | 10111100 | 10011001 | 101110 | 0 | 10011 | 1001100 | 11010 | 101101 | 111101 | 101110 |
Color Harmonies of #BC992E
Complementary color
Monochromatic Colors of #BC992E
Black with #BC992E
Text Example
Text Example
White with #BC992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC992E; }
p { color: rgb(188,153,46); }
H1.HeaderClassName
{
color: #BC992E;
}
.AnyTagClassName
{
color: #BC992E;
}
</style>
background-color css
<style>
a { background-color: #BC992E; }
a { background-color: rgb(188,153,46); }
div.DivClassName
{
background-color: #BC992E;
}
.BgClassName
{
background-color: #BC992E;
}
</style>
border-color css
<style>
span { border-color: #BC992E; }
span { border-color: rgb(188,153,46); }
td.TdClassName
{
border-color: #BC992E;
}
.TagClassName
{
border-color: #BC992E;
}
</style>