Shades of Nugget #BC8725
Tints of Nugget #BC8725
RGB
CMYK
RGB Variations
Color information
#BC8725 (or 0xBC8725) is known color: Nugget. HEX triplet: BC, 87 and 25. RGB value is (188,135,37). Sum of RGB (Red+Green+Blue) = 188+135+37=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8725 is #4378DA. Grayscale: #8C8C8C. Windows color (decimal): -4421851 or 2459580. OLE color: 2459580.
HSL color Cylindrical-coordinate representation of color #BC8725: hue angle of 38.94º 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 #BC8725 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 37 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.26 |
| HSL | 38.94º | 0.67% | 0.44% | - |
| HSV(B) | 38.94º | 0.8% | 0.74% | - |
| XYZ | 29.74 | 28.15 | 5.62 | - |
| YUV | 139.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 37 | 0 | 0.28 | 0.80 | 0.26 | 38.94 | 0.67 | 0.44 |
| Hex | BC | 87 | 25 | 0 | 1C | 50 | 1A | 27 | 43 | 2C |
| Octal | 274 | 207 | 45 | 0 | 34 | 120 | 32 | 47 | 103 | 54 |
| Binary | 10111100 | 10000111 | 100101 | 0 | 11100 | 1010000 | 11010 | 100111 | 1000011 | 101100 |
Color Harmonies of #BC8725
Complementary color
Monochromatic Colors of #BC8725
Black with #BC8725
Text Example
Text Example
White with #BC8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8725; }
p { color: rgb(188,135,37); }
H1.HeaderClassName
{
color: #BC8725;
}
.AnyTagClassName
{
color: #BC8725;
}
</style>
background-color css
<style>
a { background-color: #BC8725; }
a { background-color: rgb(188,135,37); }
div.DivClassName
{
background-color: #BC8725;
}
.BgClassName
{
background-color: #BC8725;
}
</style>
border-color css
<style>
span { border-color: #BC8725; }
span { border-color: rgb(188,135,37); }
td.TdClassName
{
border-color: #BC8725;
}
.TagClassName
{
border-color: #BC8725;
}
</style>