Shades of Nugget #BC922B
Tints of Nugget #BC922B
RGB
CMYK
RGB Variations
Color information
#BC922B (or 0xBC922B) is known color: Nugget. HEX triplet: BC, 92 and 2B. RGB value is (188,146,43). Sum of RGB (Red+Green+Blue) = 188+146+43=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC922B is #436DD4. Grayscale: #939393. Windows color (decimal): -4419029 or 2855612. OLE color: 2855612.
HSL color Cylindrical-coordinate representation of color #BC922B: hue angle of 42.62º degrees, saturation: 0.63, 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 #BC922B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 43 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.26 |
| HSL | 42.62º | 0.63% | 0.45% | - |
| HSV(B) | 42.62º | 0.77% | 0.74% | - |
| XYZ | 31.45 | 31.42 | 6.69 | - |
| YUV | 146.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 43 | 0 | 0.22 | 0.77 | 0.26 | 42.62 | 0.63 | 0.45 |
| Hex | BC | 92 | 2B | 0 | 16 | 4D | 1A | 2B | 3F | 2D |
| Octal | 274 | 222 | 53 | 0 | 26 | 115 | 32 | 53 | 77 | 55 |
| Binary | 10111100 | 10010010 | 101011 | 0 | 10110 | 1001101 | 11010 | 101011 | 111111 | 101101 |
Color Harmonies of #BC922B
Complementary color
Monochromatic Colors of #BC922B
Black with #BC922B
Text Example
Text Example
White with #BC922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC922B; }
p { color: rgb(188,146,43); }
H1.HeaderClassName
{
color: #BC922B;
}
.AnyTagClassName
{
color: #BC922B;
}
</style>
background-color css
<style>
a { background-color: #BC922B; }
a { background-color: rgb(188,146,43); }
div.DivClassName
{
background-color: #BC922B;
}
.BgClassName
{
background-color: #BC922B;
}
</style>
border-color css
<style>
span { border-color: #BC922B; }
span { border-color: rgb(188,146,43); }
td.TdClassName
{
border-color: #BC922B;
}
.TagClassName
{
border-color: #BC922B;
}
</style>