Shades of Nugget #BC962A
Tints of Nugget #BC962A
RGB
CMYK
RGB Variations
Color information
#BC962A (or 0xBC962A) is known color: Nugget. HEX triplet: BC, 96 and 2A. RGB value is (188,150,42). Sum of RGB (Red+Green+Blue) = 188+150+42=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962A is #4369D5. Grayscale: #959595. Windows color (decimal): -4418006 or 2791100. OLE color: 2791100.
HSL color Cylindrical-coordinate representation of color #BC962A: hue angle of 44.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC962A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 42 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.26 |
| HSL | 44.38º | 0.63% | 0.45% | - |
| HSV(B) | 44.38º | 0.78% | 0.74% | - |
| XYZ | 32.06 | 32.67 | 6.81 | - |
| YUV | 149.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 42 | 0 | 0.20 | 0.78 | 0.26 | 44.38 | 0.63 | 0.45 |
| Hex | BC | 96 | 2A | 0 | 14 | 4E | 1A | 2C | 3F | 2D |
| Octal | 274 | 226 | 52 | 0 | 24 | 116 | 32 | 54 | 77 | 55 |
| Binary | 10111100 | 10010110 | 101010 | 0 | 10100 | 1001110 | 11010 | 101100 | 111111 | 101101 |
Color Harmonies of #BC962A
Complementary color
Monochromatic Colors of #BC962A
Black with #BC962A
Text Example
Text Example
White with #BC962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC962A; }
p { color: rgb(188,150,42); }
H1.HeaderClassName
{
color: #BC962A;
}
.AnyTagClassName
{
color: #BC962A;
}
</style>
background-color css
<style>
a { background-color: #BC962A; }
a { background-color: rgb(188,150,42); }
div.DivClassName
{
background-color: #BC962A;
}
.BgClassName
{
background-color: #BC962A;
}
</style>
border-color css
<style>
span { border-color: #BC962A; }
span { border-color: rgb(188,150,42); }
td.TdClassName
{
border-color: #BC962A;
}
.TagClassName
{
border-color: #BC962A;
}
</style>