Shades of Nugget #BC861F
Tints of Nugget #BC861F
RGB
CMYK
RGB Variations
Color information
#BC861F (or 0xBC861F) is known color: Nugget. HEX triplet: BC, 86 and 1F. RGB value is (188,134,31). Sum of RGB (Red+Green+Blue) = 188+134+31=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC861F is #4379E0. Grayscale: #8A8A8A. Windows color (decimal): -4422113 or 2066108. OLE color: 2066108.
HSL color Cylindrical-coordinate representation of color #BC861F: hue angle of 39.36º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC861F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 31 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.26 |
| HSL | 39.36º | 0.72% | 0.43% | - |
| HSV(B) | 39.36º | 0.84% | 0.74% | - |
| XYZ | 29.51 | 27.84 | 5.11 | - |
| YUV | 138.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 31 | 0 | 0.29 | 0.84 | 0.26 | 39.36 | 0.72 | 0.43 |
| Hex | BC | 86 | 1F | 0 | 1D | 54 | 1A | 27 | 48 | 2B |
| Octal | 274 | 206 | 37 | 0 | 35 | 124 | 32 | 47 | 110 | 53 |
| Binary | 10111100 | 10000110 | 11111 | 0 | 11101 | 1010100 | 11010 | 100111 | 1001000 | 101011 |
Color Harmonies of #BC861F
Complementary color
Monochromatic Colors of #BC861F
Black with #BC861F
Text Example
Text Example
White with #BC861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC861F; }
p { color: rgb(188,134,31); }
H1.HeaderClassName
{
color: #BC861F;
}
.AnyTagClassName
{
color: #BC861F;
}
</style>
background-color css
<style>
a { background-color: #BC861F; }
a { background-color: rgb(188,134,31); }
div.DivClassName
{
background-color: #BC861F;
}
.BgClassName
{
background-color: #BC861F;
}
</style>
border-color css
<style>
span { border-color: #BC861F; }
span { border-color: rgb(188,134,31); }
td.TdClassName
{
border-color: #BC861F;
}
.TagClassName
{
border-color: #BC861F;
}
</style>