Shades of Nugget #BC8C24
Tints of Nugget #BC8C24
RGB
CMYK
RGB Variations
Color information
#BC8C24 (or 0xBC8C24) is known color: Nugget. HEX triplet: BC, 8C and 24. RGB value is (188,140,36). Sum of RGB (Red+Green+Blue) = 188+140+36=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C24 is #4373DB. Grayscale: #8E8E8E. Windows color (decimal): -4420572 or 2395324. OLE color: 2395324.
HSL color Cylindrical-coordinate representation of color #BC8C24: hue angle of 41.05º 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 #BC8C24 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 36 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.26 |
| HSL | 41.05º | 0.68% | 0.44% | - |
| HSV(B) | 41.05º | 0.81% | 0.74% | - |
| XYZ | 30.44 | 29.57 | 5.77 | - |
| YUV | 142.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 36 | 0 | 0.26 | 0.81 | 0.26 | 41.05 | 0.68 | 0.44 |
| Hex | BC | 8C | 24 | 0 | 1A | 51 | 1A | 29 | 44 | 2C |
| Octal | 274 | 214 | 44 | 0 | 32 | 121 | 32 | 51 | 104 | 54 |
| Binary | 10111100 | 10001100 | 100100 | 0 | 11010 | 1010001 | 11010 | 101001 | 1000100 | 101100 |
Color Harmonies of #BC8C24
Complementary color
Monochromatic Colors of #BC8C24
Black with #BC8C24
Text Example
Text Example
White with #BC8C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C24; }
p { color: rgb(188,140,36); }
H1.HeaderClassName
{
color: #BC8C24;
}
.AnyTagClassName
{
color: #BC8C24;
}
</style>
background-color css
<style>
a { background-color: #BC8C24; }
a { background-color: rgb(188,140,36); }
div.DivClassName
{
background-color: #BC8C24;
}
.BgClassName
{
background-color: #BC8C24;
}
</style>
border-color css
<style>
span { border-color: #BC8C24; }
span { border-color: rgb(188,140,36); }
td.TdClassName
{
border-color: #BC8C24;
}
.TagClassName
{
border-color: #BC8C24;
}
</style>