Shades of Nugget #BC9524
Tints of Nugget #BC9524
RGB
CMYK
RGB Variations
Color information
#BC9524 (or 0xBC9524) is known color: Nugget. HEX triplet: BC, 95 and 24. RGB value is (188,149,36). Sum of RGB (Red+Green+Blue) = 188+149+36=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9524 is #436ADB. Grayscale: #949494. Windows color (decimal): -4418268 or 2397628. OLE color: 2397628.
HSL color Cylindrical-coordinate representation of color #BC9524: hue angle of 44.61º 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 #BC9524 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 36 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.26 |
| HSL | 44.61º | 0.68% | 0.44% | - |
| HSV(B) | 44.61º | 0.81% | 0.74% | - |
| XYZ | 31.8 | 32.31 | 6.23 | - |
| YUV | 147.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 36 | 0 | 0.21 | 0.81 | 0.26 | 44.61 | 0.68 | 0.44 |
| Hex | BC | 95 | 24 | 0 | 15 | 51 | 1A | 2D | 44 | 2C |
| Octal | 274 | 225 | 44 | 0 | 25 | 121 | 32 | 55 | 104 | 54 |
| Binary | 10111100 | 10010101 | 100100 | 0 | 10101 | 1010001 | 11010 | 101101 | 1000100 | 101100 |
Color Harmonies of #BC9524
Complementary color
Monochromatic Colors of #BC9524
Black with #BC9524
Text Example
Text Example
White with #BC9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9524; }
p { color: rgb(188,149,36); }
H1.HeaderClassName
{
color: #BC9524;
}
.AnyTagClassName
{
color: #BC9524;
}
</style>
background-color css
<style>
a { background-color: #BC9524; }
a { background-color: rgb(188,149,36); }
div.DivClassName
{
background-color: #BC9524;
}
.BgClassName
{
background-color: #BC9524;
}
</style>
border-color css
<style>
span { border-color: #BC9524; }
span { border-color: rgb(188,149,36); }
td.TdClassName
{
border-color: #BC9524;
}
.TagClassName
{
border-color: #BC9524;
}
</style>