Shades of Nugget #BC9429
Tints of Nugget #BC9429
RGB
CMYK
RGB Variations
Color information
#BC9429 (or 0xBC9429) is known color: Nugget. HEX triplet: BC, 94 and 29. RGB value is (188,148,41). Sum of RGB (Red+Green+Blue) = 188+148+41=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9429 is #436BD6. Grayscale: #949494. Windows color (decimal): -4418519 or 2725052. OLE color: 2725052.
HSL color Cylindrical-coordinate representation of color #BC9429: hue angle of 43.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC9429 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 41 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.26 |
| HSL | 43.67º | 0.64% | 0.45% | - |
| HSV(B) | 43.67º | 0.78% | 0.74% | - |
| XYZ | 31.73 | 32.03 | 6.61 | - |
| YUV | 147.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 41 | 0 | 0.21 | 0.78 | 0.26 | 43.67 | 0.64 | 0.45 |
| Hex | BC | 94 | 29 | 0 | 15 | 4E | 1A | 2C | 40 | 2D |
| Octal | 274 | 224 | 51 | 0 | 25 | 116 | 32 | 54 | 100 | 55 |
| Binary | 10111100 | 10010100 | 101001 | 0 | 10101 | 1001110 | 11010 | 101100 | 1000000 | 101101 |
Color Harmonies of #BC9429
Complementary color
Monochromatic Colors of #BC9429
Black with #BC9429
Text Example
Text Example
White with #BC9429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9429; }
p { color: rgb(188,148,41); }
H1.HeaderClassName
{
color: #BC9429;
}
.AnyTagClassName
{
color: #BC9429;
}
</style>
background-color css
<style>
a { background-color: #BC9429; }
a { background-color: rgb(188,148,41); }
div.DivClassName
{
background-color: #BC9429;
}
.BgClassName
{
background-color: #BC9429;
}
</style>
border-color css
<style>
span { border-color: #BC9429; }
span { border-color: rgb(188,148,41); }
td.TdClassName
{
border-color: #BC9429;
}
.TagClassName
{
border-color: #BC9429;
}
</style>