Shades of Nugget #BC8625
Tints of Nugget #BC8625
RGB
CMYK
RGB Variations
Color information
#BC8625 (or 0xBC8625) is known color: Nugget. HEX triplet: BC, 86 and 25. RGB value is (188,134,37). Sum of RGB (Red+Green+Blue) = 188+134+37=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8625 is #4379DA. Grayscale: #8B8B8B. Windows color (decimal): -4422107 or 2459324. OLE color: 2459324.
HSL color Cylindrical-coordinate representation of color #BC8625: hue angle of 38.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8625 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 37 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.26 |
| HSL | 38.54º | 0.67% | 0.44% | - |
| HSV(B) | 38.54º | 0.8% | 0.74% | - |
| XYZ | 29.6 | 27.88 | 5.57 | - |
| YUV | 139.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 37 | 0 | 0.29 | 0.80 | 0.26 | 38.54 | 0.67 | 0.44 |
| Hex | BC | 86 | 25 | 0 | 1D | 50 | 1A | 27 | 43 | 2C |
| Octal | 274 | 206 | 45 | 0 | 35 | 120 | 32 | 47 | 103 | 54 |
| Binary | 10111100 | 10000110 | 100101 | 0 | 11101 | 1010000 | 11010 | 100111 | 1000011 | 101100 |
Color Harmonies of #BC8625
Complementary color
Monochromatic Colors of #BC8625
Black with #BC8625
Text Example
Text Example
White with #BC8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8625; }
p { color: rgb(188,134,37); }
H1.HeaderClassName
{
color: #BC8625;
}
.AnyTagClassName
{
color: #BC8625;
}
</style>
background-color css
<style>
a { background-color: #BC8625; }
a { background-color: rgb(188,134,37); }
div.DivClassName
{
background-color: #BC8625;
}
.BgClassName
{
background-color: #BC8625;
}
</style>
border-color css
<style>
span { border-color: #BC8625; }
span { border-color: rgb(188,134,37); }
td.TdClassName
{
border-color: #BC8625;
}
.TagClassName
{
border-color: #BC8625;
}
</style>