Shades of Nugget #BC8F1E
Tints of Nugget #BC8F1E
RGB
CMYK
RGB Variations
Color information
#BC8F1E (or 0xBC8F1E) is known color: Nugget. HEX triplet: BC, 8F and 1E. RGB value is (188,143,30). Sum of RGB (Red+Green+Blue) = 188+143+30=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F1E is #4370E1. Grayscale: #909090. Windows color (decimal): -4419810 or 2002876. OLE color: 2002876.
HSL color Cylindrical-coordinate representation of color #BC8F1E: hue angle of 42.91º 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 #BC8F1E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 30 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.26 |
| HSL | 42.91º | 0.72% | 0.43% | - |
| HSV(B) | 42.91º | 0.84% | 0.74% | - |
| XYZ | 30.8 | 30.43 | 5.48 | - |
| YUV | 143.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 30 | 0 | 0.24 | 0.84 | 0.26 | 42.91 | 0.72 | 0.43 |
| Hex | BC | 8F | 1E | 0 | 18 | 54 | 1A | 2B | 48 | 2B |
| Octal | 274 | 217 | 36 | 0 | 30 | 124 | 32 | 53 | 110 | 53 |
| Binary | 10111100 | 10001111 | 11110 | 0 | 11000 | 1010100 | 11010 | 101011 | 1001000 | 101011 |
Color Harmonies of #BC8F1E
Complementary color
Monochromatic Colors of #BC8F1E
Black with #BC8F1E
Text Example
Text Example
White with #BC8F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F1E; }
p { color: rgb(188,143,30); }
H1.HeaderClassName
{
color: #BC8F1E;
}
.AnyTagClassName
{
color: #BC8F1E;
}
</style>
background-color css
<style>
a { background-color: #BC8F1E; }
a { background-color: rgb(188,143,30); }
div.DivClassName
{
background-color: #BC8F1E;
}
.BgClassName
{
background-color: #BC8F1E;
}
</style>
border-color css
<style>
span { border-color: #BC8F1E; }
span { border-color: rgb(188,143,30); }
td.TdClassName
{
border-color: #BC8F1E;
}
.TagClassName
{
border-color: #BC8F1E;
}
</style>