Shades of Nugget #BC922F
Tints of Nugget #BC922F
RGB
CMYK
RGB Variations
Color information
#BC922F (or 0xBC922F) is known color: Nugget. HEX triplet: BC, 92 and 2F. RGB value is (188,146,47). Sum of RGB (Red+Green+Blue) = 188+146+47=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC922F is #436DD0. Grayscale: #939393. Windows color (decimal): -4419025 or 3117756. OLE color: 3117756.
HSL color Cylindrical-coordinate representation of color #BC922F: hue angle of 42.13º 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 #BC922F is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 47 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.26 |
| HSL | 42.13º | 0.6% | 0.46% | - |
| HSV(B) | 42.13º | 0.75% | 0.74% | - |
| XYZ | 31.53 | 31.45 | 7.1 | - |
| YUV | 147.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 47 | 0 | 0.22 | 0.75 | 0.26 | 42.13 | 0.6 | 0.46 |
| Hex | BC | 92 | 2F | 0 | 16 | 4B | 1A | 2A | 3C | 2E |
| Octal | 274 | 222 | 57 | 0 | 26 | 113 | 32 | 52 | 74 | 56 |
| Binary | 10111100 | 10010010 | 101111 | 0 | 10110 | 1001011 | 11010 | 101010 | 111100 | 101110 |
Color Harmonies of #BC922F
Complementary color
Monochromatic Colors of #BC922F
Black with #BC922F
Text Example
Text Example
White with #BC922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC922F; }
p { color: rgb(188,146,47); }
H1.HeaderClassName
{
color: #BC922F;
}
.AnyTagClassName
{
color: #BC922F;
}
</style>
background-color css
<style>
a { background-color: #BC922F; }
a { background-color: rgb(188,146,47); }
div.DivClassName
{
background-color: #BC922F;
}
.BgClassName
{
background-color: #BC922F;
}
</style>
border-color css
<style>
span { border-color: #BC922F; }
span { border-color: rgb(188,146,47); }
td.TdClassName
{
border-color: #BC922F;
}
.TagClassName
{
border-color: #BC922F;
}
</style>