Shades of Nugget #BC882A
Tints of Nugget #BC882A
RGB
CMYK
RGB Variations
Color information
#BC882A (or 0xBC882A) is known color: Nugget. HEX triplet: BC, 88 and 2A. RGB value is (188,136,42). Sum of RGB (Red+Green+Blue) = 188+136+42=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882A is #4377D5. Grayscale: #8D8D8D. Windows color (decimal): -4421590 or 2787516. OLE color: 2787516.
HSL color Cylindrical-coordinate representation of color #BC882A: hue angle of 38.63º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC882A is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 42 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.26 |
| HSL | 38.63º | 0.63% | 0.45% | - |
| HSV(B) | 38.63º | 0.78% | 0.74% | - |
| XYZ | 29.96 | 28.47 | 6.11 | - |
| YUV | 140.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 42 | 0 | 0.28 | 0.78 | 0.26 | 38.63 | 0.63 | 0.45 |
| Hex | BC | 88 | 2A | 0 | 1C | 4E | 1A | 27 | 3F | 2D |
| Octal | 274 | 210 | 52 | 0 | 34 | 116 | 32 | 47 | 77 | 55 |
| Binary | 10111100 | 10001000 | 101010 | 0 | 11100 | 1001110 | 11010 | 100111 | 111111 | 101101 |
Color Harmonies of #BC882A
Complementary color
Monochromatic Colors of #BC882A
Black with #BC882A
Text Example
Text Example
White with #BC882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC882A; }
p { color: rgb(188,136,42); }
H1.HeaderClassName
{
color: #BC882A;
}
.AnyTagClassName
{
color: #BC882A;
}
</style>
background-color css
<style>
a { background-color: #BC882A; }
a { background-color: rgb(188,136,42); }
div.DivClassName
{
background-color: #BC882A;
}
.BgClassName
{
background-color: #BC882A;
}
</style>
border-color css
<style>
span { border-color: #BC882A; }
span { border-color: rgb(188,136,42); }
td.TdClassName
{
border-color: #BC882A;
}
.TagClassName
{
border-color: #BC882A;
}
</style>