Shades of Nugget #BC9528
Tints of Nugget #BC9528
RGB
CMYK
RGB Variations
Color information
#BC9528 (or 0xBC9528) is known color: Nugget. HEX triplet: BC, 95 and 28. RGB value is (188,149,40). Sum of RGB (Red+Green+Blue) = 188+149+40=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9528 is #436AD7. Grayscale: #949494. Windows color (decimal): -4418264 or 2659772. OLE color: 2659772.
HSL color Cylindrical-coordinate representation of color #BC9528: hue angle of 44.19º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC9528 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 40 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.26 |
| HSL | 44.19º | 0.65% | 0.45% | - |
| HSV(B) | 44.19º | 0.79% | 0.74% | - |
| XYZ | 31.87 | 32.34 | 6.57 | - |
| YUV | 148.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 40 | 0 | 0.21 | 0.79 | 0.26 | 44.19 | 0.65 | 0.45 |
| Hex | BC | 95 | 28 | 0 | 15 | 4F | 1A | 2C | 41 | 2D |
| Octal | 274 | 225 | 50 | 0 | 25 | 117 | 32 | 54 | 101 | 55 |
| Binary | 10111100 | 10010101 | 101000 | 0 | 10101 | 1001111 | 11010 | 101100 | 1000001 | 101101 |
Color Harmonies of #BC9528
Complementary color
Monochromatic Colors of #BC9528
Black with #BC9528
Text Example
Text Example
White with #BC9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9528; }
p { color: rgb(188,149,40); }
H1.HeaderClassName
{
color: #BC9528;
}
.AnyTagClassName
{
color: #BC9528;
}
</style>
background-color css
<style>
a { background-color: #BC9528; }
a { background-color: rgb(188,149,40); }
div.DivClassName
{
background-color: #BC9528;
}
.BgClassName
{
background-color: #BC9528;
}
</style>
border-color css
<style>
span { border-color: #BC9528; }
span { border-color: rgb(188,149,40); }
td.TdClassName
{
border-color: #BC9528;
}
.TagClassName
{
border-color: #BC9528;
}
</style>