Shades of Nugget #BC881E
Tints of Nugget #BC881E
RGB
CMYK
RGB Variations
Color information
#BC881E (or 0xBC881E) is known color: Nugget. HEX triplet: BC, 88 and 1E. RGB value is (188,136,30). Sum of RGB (Red+Green+Blue) = 188+136+30=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC881E is #4377E1. Grayscale: #8B8B8B. Windows color (decimal): -4421602 or 2001084. OLE color: 2001084.
HSL color Cylindrical-coordinate representation of color #BC881E: hue angle of 40.25º 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 #BC881E is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 30 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.26 |
| HSL | 40.25º | 0.72% | 0.43% | - |
| HSV(B) | 40.25º | 0.84% | 0.74% | - |
| XYZ | 29.78 | 28.39 | 5.14 | - |
| YUV | 139.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 30 | 0 | 0.28 | 0.84 | 0.26 | 40.25 | 0.72 | 0.43 |
| Hex | BC | 88 | 1E | 0 | 1C | 54 | 1A | 28 | 48 | 2B |
| Octal | 274 | 210 | 36 | 0 | 34 | 124 | 32 | 50 | 110 | 53 |
| Binary | 10111100 | 10001000 | 11110 | 0 | 11100 | 1010100 | 11010 | 101000 | 1001000 | 101011 |
Color Harmonies of #BC881E
Complementary color
Monochromatic Colors of #BC881E
Black with #BC881E
Text Example
Text Example
White with #BC881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC881E; }
p { color: rgb(188,136,30); }
H1.HeaderClassName
{
color: #BC881E;
}
.AnyTagClassName
{
color: #BC881E;
}
</style>
background-color css
<style>
a { background-color: #BC881E; }
a { background-color: rgb(188,136,30); }
div.DivClassName
{
background-color: #BC881E;
}
.BgClassName
{
background-color: #BC881E;
}
</style>
border-color css
<style>
span { border-color: #BC881E; }
span { border-color: rgb(188,136,30); }
td.TdClassName
{
border-color: #BC881E;
}
.TagClassName
{
border-color: #BC881E;
}
</style>