Shades of Nugget #BC9224
Tints of Nugget #BC9224
RGB
CMYK
RGB Variations
Color information
#BC9224 (or 0xBC9224) is known color: Nugget. HEX triplet: BC, 92 and 24. RGB value is (188,146,36). Sum of RGB (Red+Green+Blue) = 188+146+36=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9224 is #436DDB. Grayscale: #929292. Windows color (decimal): -4419036 or 2396860. OLE color: 2396860.
HSL color Cylindrical-coordinate representation of color #BC9224: hue angle of 43.42º 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 #BC9224 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 36 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.26 |
| HSL | 43.42º | 0.68% | 0.44% | - |
| HSV(B) | 43.42º | 0.81% | 0.74% | - |
| XYZ | 31.34 | 31.38 | 6.07 | - |
| YUV | 146.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 36 | 0 | 0.22 | 0.81 | 0.26 | 43.42 | 0.68 | 0.44 |
| Hex | BC | 92 | 24 | 0 | 16 | 51 | 1A | 2B | 44 | 2C |
| Octal | 274 | 222 | 44 | 0 | 26 | 121 | 32 | 53 | 104 | 54 |
| Binary | 10111100 | 10010010 | 100100 | 0 | 10110 | 1010001 | 11010 | 101011 | 1000100 | 101100 |
Color Harmonies of #BC9224
Complementary color
Monochromatic Colors of #BC9224
Black with #BC9224
Text Example
Text Example
White with #BC9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9224; }
p { color: rgb(188,146,36); }
H1.HeaderClassName
{
color: #BC9224;
}
.AnyTagClassName
{
color: #BC9224;
}
</style>
background-color css
<style>
a { background-color: #BC9224; }
a { background-color: rgb(188,146,36); }
div.DivClassName
{
background-color: #BC9224;
}
.BgClassName
{
background-color: #BC9224;
}
</style>
border-color css
<style>
span { border-color: #BC9224; }
span { border-color: rgb(188,146,36); }
td.TdClassName
{
border-color: #BC9224;
}
.TagClassName
{
border-color: #BC9224;
}
</style>