Shades of Nugget #BC8622
Tints of Nugget #BC8622
RGB
CMYK
RGB Variations
Color information
#BC8622 (or 0xBC8622) is known color: Nugget. HEX triplet: BC, 86 and 22. RGB value is (188,134,34). Sum of RGB (Red+Green+Blue) = 188+134+34=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8622 is #4379DD. Grayscale: #8B8B8B. Windows color (decimal): -4422110 or 2262716. OLE color: 2262716.
HSL color Cylindrical-coordinate representation of color #BC8622: hue angle of 38.96º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC8622 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 34 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.26 |
| HSL | 38.96º | 0.69% | 0.44% | - |
| HSV(B) | 38.96º | 0.82% | 0.74% | - |
| XYZ | 29.55 | 27.86 | 5.33 | - |
| YUV | 138.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 34 | 0 | 0.29 | 0.82 | 0.26 | 38.96 | 0.69 | 0.44 |
| Hex | BC | 86 | 22 | 0 | 1D | 52 | 1A | 27 | 45 | 2C |
| Octal | 274 | 206 | 42 | 0 | 35 | 122 | 32 | 47 | 105 | 54 |
| Binary | 10111100 | 10000110 | 100010 | 0 | 11101 | 1010010 | 11010 | 100111 | 1000101 | 101100 |
Color Harmonies of #BC8622
Complementary color
Monochromatic Colors of #BC8622
Black with #BC8622
Text Example
Text Example
White with #BC8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8622; }
p { color: rgb(188,134,34); }
H1.HeaderClassName
{
color: #BC8622;
}
.AnyTagClassName
{
color: #BC8622;
}
</style>
background-color css
<style>
a { background-color: #BC8622; }
a { background-color: rgb(188,134,34); }
div.DivClassName
{
background-color: #BC8622;
}
.BgClassName
{
background-color: #BC8622;
}
</style>
border-color css
<style>
span { border-color: #BC8622; }
span { border-color: rgb(188,134,34); }
td.TdClassName
{
border-color: #BC8622;
}
.TagClassName
{
border-color: #BC8622;
}
</style>