Shades of Nugget #BC8A1E
Tints of Nugget #BC8A1E
RGB
CMYK
RGB Variations
Color information
#BC8A1E (or 0xBC8A1E) is known color: Nugget. HEX triplet: BC, 8A and 1E. RGB value is (188,138,30). Sum of RGB (Red+Green+Blue) = 188+138+30=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A1E is #4375E1. Grayscale: #8D8D8D. Windows color (decimal): -4421090 or 2001596. OLE color: 2001596.
HSL color Cylindrical-coordinate representation of color #BC8A1E: hue angle of 41.01º 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 #BC8A1E is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 30 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.26 |
| HSL | 41.01º | 0.72% | 0.43% | - |
| HSV(B) | 41.01º | 0.84% | 0.74% | - |
| XYZ | 30.06 | 28.96 | 5.23 | - |
| YUV | 140.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 30 | 0 | 0.27 | 0.84 | 0.26 | 41.01 | 0.72 | 0.43 |
| Hex | BC | 8A | 1E | 0 | 1B | 54 | 1A | 29 | 48 | 2B |
| Octal | 274 | 212 | 36 | 0 | 33 | 124 | 32 | 51 | 110 | 53 |
| Binary | 10111100 | 10001010 | 11110 | 0 | 11011 | 1010100 | 11010 | 101001 | 1001000 | 101011 |
Color Harmonies of #BC8A1E
Complementary color
Monochromatic Colors of #BC8A1E
Black with #BC8A1E
Text Example
Text Example
White with #BC8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A1E; }
p { color: rgb(188,138,30); }
H1.HeaderClassName
{
color: #BC8A1E;
}
.AnyTagClassName
{
color: #BC8A1E;
}
</style>
background-color css
<style>
a { background-color: #BC8A1E; }
a { background-color: rgb(188,138,30); }
div.DivClassName
{
background-color: #BC8A1E;
}
.BgClassName
{
background-color: #BC8A1E;
}
</style>
border-color css
<style>
span { border-color: #BC8A1E; }
span { border-color: rgb(188,138,30); }
td.TdClassName
{
border-color: #BC8A1E;
}
.TagClassName
{
border-color: #BC8A1E;
}
</style>