Shades of Nugget #BC8B29
Tints of Nugget #BC8B29
RGB
CMYK
RGB Variations
Color information
#BC8B29 (or 0xBC8B29) is known color: Nugget. HEX triplet: BC, 8B and 29. RGB value is (188,139,41). Sum of RGB (Red+Green+Blue) = 188+139+41=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B29 is #4374D6. Grayscale: #8E8E8E. Windows color (decimal): -4420823 or 2722748. OLE color: 2722748.
HSL color Cylindrical-coordinate representation of color #BC8B29: hue angle of 40º 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 #BC8B29 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 41 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.26 |
| HSL | 40º | 0.64% | 0.45% | - |
| HSV(B) | 40º | 0.78% | 0.74% | - |
| XYZ | 30.37 | 29.32 | 6.16 | - |
| YUV | 142.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 41 | 0 | 0.26 | 0.78 | 0.26 | 40 | 0.64 | 0.45 |
| Hex | BC | 8B | 29 | 0 | 1A | 4E | 1A | 28 | 40 | 2D |
| Octal | 274 | 213 | 51 | 0 | 32 | 116 | 32 | 50 | 100 | 55 |
| Binary | 10111100 | 10001011 | 101001 | 0 | 11010 | 1001110 | 11010 | 101000 | 1000000 | 101101 |
Color Harmonies of #BC8B29
Complementary color
Monochromatic Colors of #BC8B29
Black with #BC8B29
Text Example
Text Example
White with #BC8B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B29; }
p { color: rgb(188,139,41); }
H1.HeaderClassName
{
color: #BC8B29;
}
.AnyTagClassName
{
color: #BC8B29;
}
</style>
background-color css
<style>
a { background-color: #BC8B29; }
a { background-color: rgb(188,139,41); }
div.DivClassName
{
background-color: #BC8B29;
}
.BgClassName
{
background-color: #BC8B29;
}
</style>
border-color css
<style>
span { border-color: #BC8B29; }
span { border-color: rgb(188,139,41); }
td.TdClassName
{
border-color: #BC8B29;
}
.TagClassName
{
border-color: #BC8B29;
}
</style>