Shades of Nugget #BC9422
Tints of Nugget #BC9422
RGB
CMYK
RGB Variations
Color information
#BC9422 (or 0xBC9422) is known color: Nugget. HEX triplet: BC, 94 and 22. RGB value is (188,148,34). Sum of RGB (Red+Green+Blue) = 188+148+34=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9422 is #436BDD. Grayscale: #939393. Windows color (decimal): -4418526 or 2266300. OLE color: 2266300.
HSL color Cylindrical-coordinate representation of color #BC9422: hue angle of 44.42º 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 #BC9422 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 34 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.26 |
| HSL | 44.42º | 0.69% | 0.44% | - |
| HSV(B) | 44.42º | 0.82% | 0.74% | - |
| XYZ | 31.62 | 31.99 | 6.02 | - |
| YUV | 146.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 34 | 0 | 0.21 | 0.82 | 0.26 | 44.42 | 0.69 | 0.44 |
| Hex | BC | 94 | 22 | 0 | 15 | 52 | 1A | 2C | 45 | 2C |
| Octal | 274 | 224 | 42 | 0 | 25 | 122 | 32 | 54 | 105 | 54 |
| Binary | 10111100 | 10010100 | 100010 | 0 | 10101 | 1010010 | 11010 | 101100 | 1000101 | 101100 |
Color Harmonies of #BC9422
Complementary color
Monochromatic Colors of #BC9422
Black with #BC9422
Text Example
Text Example
White with #BC9422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9422; }
p { color: rgb(188,148,34); }
H1.HeaderClassName
{
color: #BC9422;
}
.AnyTagClassName
{
color: #BC9422;
}
</style>
background-color css
<style>
a { background-color: #BC9422; }
a { background-color: rgb(188,148,34); }
div.DivClassName
{
background-color: #BC9422;
}
.BgClassName
{
background-color: #BC9422;
}
</style>
border-color css
<style>
span { border-color: #BC9422; }
span { border-color: rgb(188,148,34); }
td.TdClassName
{
border-color: #BC9422;
}
.TagClassName
{
border-color: #BC9422;
}
</style>