Shades of Nugget #BC922C
Tints of Nugget #BC922C
RGB
CMYK
RGB Variations
Color information
#BC922C (or 0xBC922C) is known color: Nugget. HEX triplet: BC, 92 and 2C. RGB value is (188,146,44). Sum of RGB (Red+Green+Blue) = 188+146+44=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC922C is #436DD3. Grayscale: #939393. Windows color (decimal): -4419028 or 2921148. OLE color: 2921148.
HSL color Cylindrical-coordinate representation of color #BC922C: hue angle of 42.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC922C is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 44 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.26 |
| HSL | 42.5º | 0.62% | 0.45% | - |
| HSV(B) | 42.5º | 0.77% | 0.74% | - |
| XYZ | 31.47 | 31.43 | 6.79 | - |
| YUV | 146.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 44 | 0 | 0.22 | 0.77 | 0.26 | 42.5 | 0.62 | 0.45 |
| Hex | BC | 92 | 2C | 0 | 16 | 4D | 1A | 2A | 3E | 2D |
| Octal | 274 | 222 | 54 | 0 | 26 | 115 | 32 | 52 | 76 | 55 |
| Binary | 10111100 | 10010010 | 101100 | 0 | 10110 | 1001101 | 11010 | 101010 | 111110 | 101101 |
Color Harmonies of #BC922C
Complementary color
Monochromatic Colors of #BC922C
Black with #BC922C
Text Example
Text Example
White with #BC922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC922C; }
p { color: rgb(188,146,44); }
H1.HeaderClassName
{
color: #BC922C;
}
.AnyTagClassName
{
color: #BC922C;
}
</style>
background-color css
<style>
a { background-color: #BC922C; }
a { background-color: rgb(188,146,44); }
div.DivClassName
{
background-color: #BC922C;
}
.BgClassName
{
background-color: #BC922C;
}
</style>
border-color css
<style>
span { border-color: #BC922C; }
span { border-color: rgb(188,146,44); }
td.TdClassName
{
border-color: #BC922C;
}
.TagClassName
{
border-color: #BC922C;
}
</style>