Shades of Nugget #BC9122
Tints of Nugget #BC9122
RGB
CMYK
RGB Variations
Color information
#BC9122 (or 0xBC9122) is known color: Nugget. HEX triplet: BC, 91 and 22. RGB value is (188,145,34). Sum of RGB (Red+Green+Blue) = 188+145+34=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9122 is #436EDD. Grayscale: #919191. Windows color (decimal): -4419294 or 2265532. OLE color: 2265532.
HSL color Cylindrical-coordinate representation of color #BC9122: hue angle of 43.25º 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 #BC9122 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 34 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.26 |
| HSL | 43.25º | 0.69% | 0.44% | - |
| HSV(B) | 43.25º | 0.82% | 0.74% | - |
| XYZ | 31.15 | 31.06 | 5.87 | - |
| YUV | 145.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 34 | 0 | 0.23 | 0.82 | 0.26 | 43.25 | 0.69 | 0.44 |
| Hex | BC | 91 | 22 | 0 | 17 | 52 | 1A | 2B | 45 | 2C |
| Octal | 274 | 221 | 42 | 0 | 27 | 122 | 32 | 53 | 105 | 54 |
| Binary | 10111100 | 10010001 | 100010 | 0 | 10111 | 1010010 | 11010 | 101011 | 1000101 | 101100 |
Color Harmonies of #BC9122
Complementary color
Monochromatic Colors of #BC9122
Black with #BC9122
Text Example
Text Example
White with #BC9122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9122; }
p { color: rgb(188,145,34); }
H1.HeaderClassName
{
color: #BC9122;
}
.AnyTagClassName
{
color: #BC9122;
}
</style>
background-color css
<style>
a { background-color: #BC9122; }
a { background-color: rgb(188,145,34); }
div.DivClassName
{
background-color: #BC9122;
}
.BgClassName
{
background-color: #BC9122;
}
</style>
border-color css
<style>
span { border-color: #BC9122; }
span { border-color: rgb(188,145,34); }
td.TdClassName
{
border-color: #BC9122;
}
.TagClassName
{
border-color: #BC9122;
}
</style>