Shades of Nugget #BC9126
Tints of Nugget #BC9126
RGB
CMYK
RGB Variations
Color information
#BC9126 (or 0xBC9126) is known color: Nugget. HEX triplet: BC, 91 and 26. RGB value is (188,145,38). Sum of RGB (Red+Green+Blue) = 188+145+38=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9126 is #436ED9. Grayscale: #929292. Windows color (decimal): -4419290 or 2527676. OLE color: 2527676.
HSL color Cylindrical-coordinate representation of color #BC9126: hue angle of 42.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC9126 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 38 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.26 |
| HSL | 42.8º | 0.66% | 0.44% | - |
| HSV(B) | 42.8º | 0.8% | 0.74% | - |
| XYZ | 31.21 | 31.08 | 6.19 | - |
| YUV | 145.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 38 | 0 | 0.23 | 0.80 | 0.26 | 42.8 | 0.66 | 0.44 |
| Hex | BC | 91 | 26 | 0 | 17 | 50 | 1A | 2B | 42 | 2C |
| Octal | 274 | 221 | 46 | 0 | 27 | 120 | 32 | 53 | 102 | 54 |
| Binary | 10111100 | 10010001 | 100110 | 0 | 10111 | 1010000 | 11010 | 101011 | 1000010 | 101100 |
Color Harmonies of #BC9126
Complementary color
Monochromatic Colors of #BC9126
Black with #BC9126
Text Example
Text Example
White with #BC9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9126; }
p { color: rgb(188,145,38); }
H1.HeaderClassName
{
color: #BC9126;
}
.AnyTagClassName
{
color: #BC9126;
}
</style>
background-color css
<style>
a { background-color: #BC9126; }
a { background-color: rgb(188,145,38); }
div.DivClassName
{
background-color: #BC9126;
}
.BgClassName
{
background-color: #BC9126;
}
</style>
border-color css
<style>
span { border-color: #BC9126; }
span { border-color: rgb(188,145,38); }
td.TdClassName
{
border-color: #BC9126;
}
.TagClassName
{
border-color: #BC9126;
}
</style>