Shades of Nugget #BC891F
Tints of Nugget #BC891F
RGB
CMYK
RGB Variations
Color information
#BC891F (or 0xBC891F) is known color: Nugget. HEX triplet: BC, 89 and 1F. RGB value is (188,137,31). Sum of RGB (Red+Green+Blue) = 188+137+31=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC891F is #4376E0. Grayscale: #8C8C8C. Windows color (decimal): -4421345 or 2066876. OLE color: 2066876.
HSL color Cylindrical-coordinate representation of color #BC891F: hue angle of 40.51º 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 #BC891F is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 31 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.26 |
| HSL | 40.51º | 0.72% | 0.43% | - |
| HSV(B) | 40.51º | 0.84% | 0.74% | - |
| XYZ | 29.93 | 28.68 | 5.25 | - |
| YUV | 140.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 31 | 0 | 0.27 | 0.84 | 0.26 | 40.51 | 0.72 | 0.43 |
| Hex | BC | 89 | 1F | 0 | 1B | 54 | 1A | 29 | 48 | 2B |
| Octal | 274 | 211 | 37 | 0 | 33 | 124 | 32 | 51 | 110 | 53 |
| Binary | 10111100 | 10001001 | 11111 | 0 | 11011 | 1010100 | 11010 | 101001 | 1001000 | 101011 |
Color Harmonies of #BC891F
Complementary color
Monochromatic Colors of #BC891F
Black with #BC891F
Text Example
Text Example
White with #BC891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC891F; }
p { color: rgb(188,137,31); }
H1.HeaderClassName
{
color: #BC891F;
}
.AnyTagClassName
{
color: #BC891F;
}
</style>
background-color css
<style>
a { background-color: #BC891F; }
a { background-color: rgb(188,137,31); }
div.DivClassName
{
background-color: #BC891F;
}
.BgClassName
{
background-color: #BC891F;
}
</style>
border-color css
<style>
span { border-color: #BC891F; }
span { border-color: rgb(188,137,31); }
td.TdClassName
{
border-color: #BC891F;
}
.TagClassName
{
border-color: #BC891F;
}
</style>