Shades of Nugget #BC9021
Tints of Nugget #BC9021
RGB
CMYK
RGB Variations
Color information
#BC9021 (or 0xBC9021) is known color: Nugget. HEX triplet: BC, 90 and 21. RGB value is (188,144,33). Sum of RGB (Red+Green+Blue) = 188+144+33=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9021 is #436FDE. Grayscale: #909090. Windows color (decimal): -4419551 or 2199740. OLE color: 2199740.
HSL color Cylindrical-coordinate representation of color #BC9021: hue angle of 42.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC9021 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 33 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.26 |
| HSL | 42.97º | 0.7% | 0.43% | - |
| HSV(B) | 42.97º | 0.82% | 0.74% | - |
| XYZ | 30.99 | 30.75 | 5.74 | - |
| YUV | 144.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 33 | 0 | 0.23 | 0.82 | 0.26 | 42.97 | 0.7 | 0.43 |
| Hex | BC | 90 | 21 | 0 | 17 | 52 | 1A | 2B | 46 | 2B |
| Octal | 274 | 220 | 41 | 0 | 27 | 122 | 32 | 53 | 106 | 53 |
| Binary | 10111100 | 10010000 | 100001 | 0 | 10111 | 1010010 | 11010 | 101011 | 1000110 | 101011 |
Color Harmonies of #BC9021
Complementary color
Monochromatic Colors of #BC9021
Black with #BC9021
Text Example
Text Example
White with #BC9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9021; }
p { color: rgb(188,144,33); }
H1.HeaderClassName
{
color: #BC9021;
}
.AnyTagClassName
{
color: #BC9021;
}
</style>
background-color css
<style>
a { background-color: #BC9021; }
a { background-color: rgb(188,144,33); }
div.DivClassName
{
background-color: #BC9021;
}
.BgClassName
{
background-color: #BC9021;
}
</style>
border-color css
<style>
span { border-color: #BC9021; }
span { border-color: rgb(188,144,33); }
td.TdClassName
{
border-color: #BC9021;
}
.TagClassName
{
border-color: #BC9021;
}
</style>