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