Shades of Nugget #BC9022
Tints of Nugget #BC9022
RGB
CMYK
RGB Variations
Color information
#BC9022 (or 0xBC9022) is known color: Nugget. HEX triplet: BC, 90 and 22. RGB value is (188,144,34). Sum of RGB (Red+Green+Blue) = 188+144+34=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9022 is #436FDD. Grayscale: #919191. Windows color (decimal): -4419550 or 2265276. OLE color: 2265276.
HSL color Cylindrical-coordinate representation of color #BC9022: hue angle of 42.86º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC9022 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 34 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.26 |
| HSL | 42.86º | 0.69% | 0.44% | - |
| HSV(B) | 42.86º | 0.82% | 0.74% | - |
| XYZ | 31 | 30.75 | 5.82 | - |
| YUV | 144.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 34 | 0 | 0.23 | 0.82 | 0.26 | 42.86 | 0.69 | 0.44 |
| Hex | BC | 90 | 22 | 0 | 17 | 52 | 1A | 2B | 45 | 2C |
| Octal | 274 | 220 | 42 | 0 | 27 | 122 | 32 | 53 | 105 | 54 |
| Binary | 10111100 | 10010000 | 100010 | 0 | 10111 | 1010010 | 11010 | 101011 | 1000101 | 101100 |
Color Harmonies of #BC9022
Complementary color
Monochromatic Colors of #BC9022
Black with #BC9022
Text Example
Text Example
White with #BC9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9022; }
p { color: rgb(188,144,34); }
H1.HeaderClassName
{
color: #BC9022;
}
.AnyTagClassName
{
color: #BC9022;
}
</style>
background-color css
<style>
a { background-color: #BC9022; }
a { background-color: rgb(188,144,34); }
div.DivClassName
{
background-color: #BC9022;
}
.BgClassName
{
background-color: #BC9022;
}
</style>
border-color css
<style>
span { border-color: #BC9022; }
span { border-color: rgb(188,144,34); }
td.TdClassName
{
border-color: #BC9022;
}
.TagClassName
{
border-color: #BC9022;
}
</style>