Shades of Nugget #BC9526
Tints of Nugget #BC9526
RGB
CMYK
RGB Variations
Color information
#BC9526 (or 0xBC9526) is known color: Nugget. HEX triplet: BC, 95 and 26. RGB value is (188,149,38). Sum of RGB (Red+Green+Blue) = 188+149+38=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9526 is #436AD9. Grayscale: #949494. Windows color (decimal): -4418266 or 2528700. OLE color: 2528700.
HSL color Cylindrical-coordinate representation of color #BC9526: hue angle of 44.4º 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 #BC9526 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 38 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.26 |
| HSL | 44.4º | 0.66% | 0.44% | - |
| HSV(B) | 44.4º | 0.8% | 0.74% | - |
| XYZ | 31.84 | 32.33 | 6.4 | - |
| YUV | 148.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 38 | 0 | 0.21 | 0.80 | 0.26 | 44.4 | 0.66 | 0.44 |
| Hex | BC | 95 | 26 | 0 | 15 | 50 | 1A | 2C | 42 | 2C |
| Octal | 274 | 225 | 46 | 0 | 25 | 120 | 32 | 54 | 102 | 54 |
| Binary | 10111100 | 10010101 | 100110 | 0 | 10101 | 1010000 | 11010 | 101100 | 1000010 | 101100 |
Color Harmonies of #BC9526
Complementary color
Monochromatic Colors of #BC9526
Black with #BC9526
Text Example
Text Example
White with #BC9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9526; }
p { color: rgb(188,149,38); }
H1.HeaderClassName
{
color: #BC9526;
}
.AnyTagClassName
{
color: #BC9526;
}
</style>
background-color css
<style>
a { background-color: #BC9526; }
a { background-color: rgb(188,149,38); }
div.DivClassName
{
background-color: #BC9526;
}
.BgClassName
{
background-color: #BC9526;
}
</style>
border-color css
<style>
span { border-color: #BC9526; }
span { border-color: rgb(188,149,38); }
td.TdClassName
{
border-color: #BC9526;
}
.TagClassName
{
border-color: #BC9526;
}
</style>