Shades of Nugget #BC962B
Tints of Nugget #BC962B
RGB
CMYK
RGB Variations
Color information
#BC962B (or 0xBC962B) is known color: Nugget. HEX triplet: BC, 96 and 2B. RGB value is (188,150,43). Sum of RGB (Red+Green+Blue) = 188+150+43=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962B is #4369D4. Grayscale: #959595. Windows color (decimal): -4418005 or 2856636. OLE color: 2856636.
HSL color Cylindrical-coordinate representation of color #BC962B: hue angle of 44.28º 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 #BC962B is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 43 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.26 |
| HSL | 44.28º | 0.63% | 0.45% | - |
| HSV(B) | 44.28º | 0.77% | 0.74% | - |
| XYZ | 32.08 | 32.68 | 6.9 | - |
| YUV | 149.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 43 | 0 | 0.20 | 0.77 | 0.26 | 44.28 | 0.63 | 0.45 |
| Hex | BC | 96 | 2B | 0 | 14 | 4D | 1A | 2C | 3F | 2D |
| Octal | 274 | 226 | 53 | 0 | 24 | 115 | 32 | 54 | 77 | 55 |
| Binary | 10111100 | 10010110 | 101011 | 0 | 10100 | 1001101 | 11010 | 101100 | 111111 | 101101 |
Color Harmonies of #BC962B
Complementary color
Monochromatic Colors of #BC962B
Black with #BC962B
Text Example
Text Example
White with #BC962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC962B; }
p { color: rgb(188,150,43); }
H1.HeaderClassName
{
color: #BC962B;
}
.AnyTagClassName
{
color: #BC962B;
}
</style>
background-color css
<style>
a { background-color: #BC962B; }
a { background-color: rgb(188,150,43); }
div.DivClassName
{
background-color: #BC962B;
}
.BgClassName
{
background-color: #BC962B;
}
</style>
border-color css
<style>
span { border-color: #BC962B; }
span { border-color: rgb(188,150,43); }
td.TdClassName
{
border-color: #BC962B;
}
.TagClassName
{
border-color: #BC962B;
}
</style>