Shades of Nugget #BC9324
Tints of Nugget #BC9324
RGB
CMYK
RGB Variations
Color information
#BC9324 (or 0xBC9324) is known color: Nugget. HEX triplet: BC, 93 and 24. RGB value is (188,147,36). Sum of RGB (Red+Green+Blue) = 188+147+36=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9324 is #436CDB. Grayscale: #939393. Windows color (decimal): -4418780 or 2397116. OLE color: 2397116.
HSL color Cylindrical-coordinate representation of color #BC9324: hue angle of 43.82º 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 #BC9324 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 36 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.26 |
| HSL | 43.82º | 0.68% | 0.44% | - |
| HSV(B) | 43.82º | 0.81% | 0.74% | - |
| XYZ | 31.49 | 31.69 | 6.13 | - |
| YUV | 146.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 36 | 0 | 0.22 | 0.81 | 0.26 | 43.82 | 0.68 | 0.44 |
| Hex | BC | 93 | 24 | 0 | 16 | 51 | 1A | 2C | 44 | 2C |
| Octal | 274 | 223 | 44 | 0 | 26 | 121 | 32 | 54 | 104 | 54 |
| Binary | 10111100 | 10010011 | 100100 | 0 | 10110 | 1010001 | 11010 | 101100 | 1000100 | 101100 |
Color Harmonies of #BC9324
Complementary color
Monochromatic Colors of #BC9324
Black with #BC9324
Text Example
Text Example
White with #BC9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9324; }
p { color: rgb(188,147,36); }
H1.HeaderClassName
{
color: #BC9324;
}
.AnyTagClassName
{
color: #BC9324;
}
</style>
background-color css
<style>
a { background-color: #BC9324; }
a { background-color: rgb(188,147,36); }
div.DivClassName
{
background-color: #BC9324;
}
.BgClassName
{
background-color: #BC9324;
}
</style>
border-color css
<style>
span { border-color: #BC9324; }
span { border-color: rgb(188,147,36); }
td.TdClassName
{
border-color: #BC9324;
}
.TagClassName
{
border-color: #BC9324;
}
</style>