Shades of Nugget #BC851F
Tints of Nugget #BC851F
RGB
CMYK
RGB Variations
Color information
#BC851F (or 0xBC851F) is known color: Nugget. HEX triplet: BC, 85 and 1F. RGB value is (188,133,31). Sum of RGB (Red+Green+Blue) = 188+133+31=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC851F is #437AE0. Grayscale: #8A8A8A. Windows color (decimal): -4422369 or 2065852. OLE color: 2065852.
HSL color Cylindrical-coordinate representation of color #BC851F: hue angle of 38.98º 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 #BC851F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 31 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.26 |
| HSL | 38.98º | 0.72% | 0.43% | - |
| HSV(B) | 38.98º | 0.84% | 0.74% | - |
| XYZ | 29.37 | 27.57 | 5.07 | - |
| YUV | 137.82 | 67.72 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 31 | 0 | 0.29 | 0.84 | 0.26 | 38.98 | 0.72 | 0.43 |
| Hex | BC | 85 | 1F | 0 | 1D | 54 | 1A | 27 | 48 | 2B |
| Octal | 274 | 205 | 37 | 0 | 35 | 124 | 32 | 47 | 110 | 53 |
| Binary | 10111100 | 10000101 | 11111 | 0 | 11101 | 1010100 | 11010 | 100111 | 1001000 | 101011 |
Color Harmonies of #BC851F
Complementary color
Monochromatic Colors of #BC851F
Black with #BC851F
Text Example
Text Example
White with #BC851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC851F; }
p { color: rgb(188,133,31); }
H1.HeaderClassName
{
color: #BC851F;
}
.AnyTagClassName
{
color: #BC851F;
}
</style>
background-color css
<style>
a { background-color: #BC851F; }
a { background-color: rgb(188,133,31); }
div.DivClassName
{
background-color: #BC851F;
}
.BgClassName
{
background-color: #BC851F;
}
</style>
border-color css
<style>
span { border-color: #BC851F; }
span { border-color: rgb(188,133,31); }
td.TdClassName
{
border-color: #BC851F;
}
.TagClassName
{
border-color: #BC851F;
}
</style>