Shades of Nugget #BC8829
Tints of Nugget #BC8829
RGB
CMYK
RGB Variations
Color information
#BC8829 (or 0xBC8829) is known color: Nugget. HEX triplet: BC, 88 and 29. RGB value is (188,136,41). Sum of RGB (Red+Green+Blue) = 188+136+41=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8829 is #4377D6. Grayscale: #8D8D8D. Windows color (decimal): -4421591 or 2721980. OLE color: 2721980.
HSL color Cylindrical-coordinate representation of color #BC8829: hue angle of 38.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC8829 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.26 |
| HSL | 38.78º | 0.64% | 0.45% | - |
| HSV(B) | 38.78º | 0.78% | 0.74% | - |
| XYZ | 29.94 | 28.46 | 6.01 | - |
| YUV | 140.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 41 | 0 | 0.28 | 0.78 | 0.26 | 38.78 | 0.64 | 0.45 |
| Hex | BC | 88 | 29 | 0 | 1C | 4E | 1A | 27 | 40 | 2D |
| Octal | 274 | 210 | 51 | 0 | 34 | 116 | 32 | 47 | 100 | 55 |
| Binary | 10111100 | 10001000 | 101001 | 0 | 11100 | 1001110 | 11010 | 100111 | 1000000 | 101101 |
Color Harmonies of #BC8829
Complementary color
Monochromatic Colors of #BC8829
Black with #BC8829
Text Example
Text Example
White with #BC8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8829; }
p { color: rgb(188,136,41); }
H1.HeaderClassName
{
color: #BC8829;
}
.AnyTagClassName
{
color: #BC8829;
}
</style>
background-color css
<style>
a { background-color: #BC8829; }
a { background-color: rgb(188,136,41); }
div.DivClassName
{
background-color: #BC8829;
}
.BgClassName
{
background-color: #BC8829;
}
</style>
border-color css
<style>
span { border-color: #BC8829; }
span { border-color: rgb(188,136,41); }
td.TdClassName
{
border-color: #BC8829;
}
.TagClassName
{
border-color: #BC8829;
}
</style>