Shades of Nugget #BC881F
Tints of Nugget #BC881F
RGB
CMYK
RGB Variations
Color information
#BC881F (or 0xBC881F) is known color: Nugget. HEX triplet: BC, 88 and 1F. RGB value is (188,136,31). Sum of RGB (Red+Green+Blue) = 188+136+31=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC881F is #4377E0. Grayscale: #8C8C8C. Windows color (decimal): -4421601 or 2066620. OLE color: 2066620.
HSL color Cylindrical-coordinate representation of color #BC881F: hue angle of 40.13º 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 #BC881F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 31 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.26 |
| HSL | 40.13º | 0.72% | 0.43% | - |
| HSV(B) | 40.13º | 0.84% | 0.74% | - |
| XYZ | 29.79 | 28.4 | 5.21 | - |
| YUV | 139.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 31 | 0 | 0.28 | 0.84 | 0.26 | 40.13 | 0.72 | 0.43 |
| Hex | BC | 88 | 1F | 0 | 1C | 54 | 1A | 28 | 48 | 2B |
| Octal | 274 | 210 | 37 | 0 | 34 | 124 | 32 | 50 | 110 | 53 |
| Binary | 10111100 | 10001000 | 11111 | 0 | 11100 | 1010100 | 11010 | 101000 | 1001000 | 101011 |
Color Harmonies of #BC881F
Complementary color
Monochromatic Colors of #BC881F
Black with #BC881F
Text Example
Text Example
White with #BC881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC881F; }
p { color: rgb(188,136,31); }
H1.HeaderClassName
{
color: #BC881F;
}
.AnyTagClassName
{
color: #BC881F;
}
</style>
background-color css
<style>
a { background-color: #BC881F; }
a { background-color: rgb(188,136,31); }
div.DivClassName
{
background-color: #BC881F;
}
.BgClassName
{
background-color: #BC881F;
}
</style>
border-color css
<style>
span { border-color: #BC881F; }
span { border-color: rgb(188,136,31); }
td.TdClassName
{
border-color: #BC881F;
}
.TagClassName
{
border-color: #BC881F;
}
</style>