Shades of Nugget #BC871D
Tints of Nugget #BC871D
RGB
CMYK
RGB Variations
Color information
#BC871D (or 0xBC871D) is known color: Nugget. HEX triplet: BC, 87 and 1D. RGB value is (188,135,29). Sum of RGB (Red+Green+Blue) = 188+135+29=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC871D is #4378E2. Grayscale: #8B8B8B. Windows color (decimal): -4421859 or 1935292. OLE color: 1935292.
HSL color Cylindrical-coordinate representation of color #BC871D: hue angle of 40º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC871D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 29 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.26 |
| HSL | 40º | 0.73% | 0.43% | - |
| HSV(B) | 40º | 0.85% | 0.74% | - |
| XYZ | 29.62 | 28.11 | 5.03 | - |
| YUV | 138.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 29 | 0 | 0.28 | 0.85 | 0.26 | 40 | 0.73 | 0.43 |
| Hex | BC | 87 | 1D | 0 | 1C | 55 | 1A | 28 | 49 | 2B |
| Octal | 274 | 207 | 35 | 0 | 34 | 125 | 32 | 50 | 111 | 53 |
| Binary | 10111100 | 10000111 | 11101 | 0 | 11100 | 1010101 | 11010 | 101000 | 1001001 | 101011 |
Color Harmonies of #BC871D
Complementary color
Monochromatic Colors of #BC871D
Black with #BC871D
Text Example
Text Example
White with #BC871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC871D; }
p { color: rgb(188,135,29); }
H1.HeaderClassName
{
color: #BC871D;
}
.AnyTagClassName
{
color: #BC871D;
}
</style>
background-color css
<style>
a { background-color: #BC871D; }
a { background-color: rgb(188,135,29); }
div.DivClassName
{
background-color: #BC871D;
}
.BgClassName
{
background-color: #BC871D;
}
</style>
border-color css
<style>
span { border-color: #BC871D; }
span { border-color: rgb(188,135,29); }
td.TdClassName
{
border-color: #BC871D;
}
.TagClassName
{
border-color: #BC871D;
}
</style>