Shades of Nugget #BC881C
Tints of Nugget #BC881C
RGB
CMYK
RGB Variations
Color information
#BC881C (or 0xBC881C) is known color: Nugget. HEX triplet: BC, 88 and 1C. RGB value is (188,136,28). Sum of RGB (Red+Green+Blue) = 188+136+28=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC881C is #4377E3. Grayscale: #8B8B8B. Windows color (decimal): -4421604 or 1870012. OLE color: 1870012.
HSL color Cylindrical-coordinate representation of color #BC881C: hue angle of 40.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC881C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.26 |
| HSL | 40.5º | 0.74% | 0.42% | - |
| HSV(B) | 40.5º | 0.85% | 0.74% | - |
| XYZ | 29.75 | 28.38 | 5.01 | - |
| YUV | 139.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 28 | 0 | 0.28 | 0.85 | 0.26 | 40.5 | 0.74 | 0.42 |
| Hex | BC | 88 | 1C | 0 | 1C | 55 | 1A | 28 | 4A | 2A |
| Octal | 274 | 210 | 34 | 0 | 34 | 125 | 32 | 50 | 112 | 52 |
| Binary | 10111100 | 10001000 | 11100 | 0 | 11100 | 1010101 | 11010 | 101000 | 1001010 | 101010 |
Color Harmonies of #BC881C
Complementary color
Monochromatic Colors of #BC881C
Black with #BC881C
Text Example
Text Example
White with #BC881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC881C; }
p { color: rgb(188,136,28); }
H1.HeaderClassName
{
color: #BC881C;
}
.AnyTagClassName
{
color: #BC881C;
}
</style>
background-color css
<style>
a { background-color: #BC881C; }
a { background-color: rgb(188,136,28); }
div.DivClassName
{
background-color: #BC881C;
}
.BgClassName
{
background-color: #BC881C;
}
</style>
border-color css
<style>
span { border-color: #BC881C; }
span { border-color: rgb(188,136,28); }
td.TdClassName
{
border-color: #BC881C;
}
.TagClassName
{
border-color: #BC881C;
}
</style>