Shades of Nugget #BC9124
Tints of Nugget #BC9124
RGB
CMYK
RGB Variations
Color information
#BC9124 (or 0xBC9124) is known color: Nugget. HEX triplet: BC, 91 and 24. RGB value is (188,145,36). Sum of RGB (Red+Green+Blue) = 188+145+36=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9124 is #436EDB. Grayscale: #919191. Windows color (decimal): -4419292 or 2396604. OLE color: 2396604.
HSL color Cylindrical-coordinate representation of color #BC9124: hue angle of 43.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC9124 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 36 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.26 |
| HSL | 43.03º | 0.68% | 0.44% | - |
| HSV(B) | 43.03º | 0.81% | 0.74% | - |
| XYZ | 31.18 | 31.07 | 6.02 | - |
| YUV | 145.43 | 66.25 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 36 | 0 | 0.23 | 0.81 | 0.26 | 43.03 | 0.68 | 0.44 |
| Hex | BC | 91 | 24 | 0 | 17 | 51 | 1A | 2B | 44 | 2C |
| Octal | 274 | 221 | 44 | 0 | 27 | 121 | 32 | 53 | 104 | 54 |
| Binary | 10111100 | 10010001 | 100100 | 0 | 10111 | 1010001 | 11010 | 101011 | 1000100 | 101100 |
Color Harmonies of #BC9124
Complementary color
Monochromatic Colors of #BC9124
Black with #BC9124
Text Example
Text Example
White with #BC9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9124; }
p { color: rgb(188,145,36); }
H1.HeaderClassName
{
color: #BC9124;
}
.AnyTagClassName
{
color: #BC9124;
}
</style>
background-color css
<style>
a { background-color: #BC9124; }
a { background-color: rgb(188,145,36); }
div.DivClassName
{
background-color: #BC9124;
}
.BgClassName
{
background-color: #BC9124;
}
</style>
border-color css
<style>
span { border-color: #BC9124; }
span { border-color: rgb(188,145,36); }
td.TdClassName
{
border-color: #BC9124;
}
.TagClassName
{
border-color: #BC9124;
}
</style>