Shades of Nugget #BC992F
Tints of Nugget #BC992F
RGB
CMYK
RGB Variations
Color information
#BC992F (or 0xBC992F) is known color: Nugget. HEX triplet: BC, 99 and 2F. RGB value is (188,153,47). Sum of RGB (Red+Green+Blue) = 188+153+47=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC992F is #4366D0. Grayscale: #979797. Windows color (decimal): -4417233 or 3119548. OLE color: 3119548.
HSL color Cylindrical-coordinate representation of color #BC992F: hue angle of 45.11º 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 #BC992F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 47 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.26 |
| HSL | 45.11º | 0.6% | 0.46% | - |
| HSV(B) | 45.11º | 0.75% | 0.74% | - |
| XYZ | 32.64 | 33.68 | 7.47 | - |
| YUV | 151.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 47 | 0 | 0.19 | 0.75 | 0.26 | 45.11 | 0.6 | 0.46 |
| Hex | BC | 99 | 2F | 0 | 13 | 4B | 1A | 2D | 3C | 2E |
| Octal | 274 | 231 | 57 | 0 | 23 | 113 | 32 | 55 | 74 | 56 |
| Binary | 10111100 | 10011001 | 101111 | 0 | 10011 | 1001011 | 11010 | 101101 | 111100 | 101110 |
Color Harmonies of #BC992F
Complementary color
Monochromatic Colors of #BC992F
Black with #BC992F
Text Example
Text Example
White with #BC992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC992F; }
p { color: rgb(188,153,47); }
H1.HeaderClassName
{
color: #BC992F;
}
.AnyTagClassName
{
color: #BC992F;
}
</style>
background-color css
<style>
a { background-color: #BC992F; }
a { background-color: rgb(188,153,47); }
div.DivClassName
{
background-color: #BC992F;
}
.BgClassName
{
background-color: #BC992F;
}
</style>
border-color css
<style>
span { border-color: #BC992F; }
span { border-color: rgb(188,153,47); }
td.TdClassName
{
border-color: #BC992F;
}
.TagClassName
{
border-color: #BC992F;
}
</style>