Shades of Nugget #BC8D25
Tints of Nugget #BC8D25
RGB
CMYK
RGB Variations
Color information
#BC8D25 (or 0xBC8D25) is known color: Nugget. HEX triplet: BC, 8D and 25. RGB value is (188,141,37). Sum of RGB (Red+Green+Blue) = 188+141+37=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D25 is #4372DA. Grayscale: #8F8F8F. Windows color (decimal): -4420315 or 2461116. OLE color: 2461116.
HSL color Cylindrical-coordinate representation of color #BC8D25: hue angle of 41.32º 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 #BC8D25 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 37 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.26 |
| HSL | 41.32º | 0.67% | 0.44% | - |
| HSV(B) | 41.32º | 0.8% | 0.74% | - |
| XYZ | 30.6 | 29.87 | 5.9 | - |
| YUV | 143.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 37 | 0 | 0.25 | 0.80 | 0.26 | 41.32 | 0.67 | 0.44 |
| Hex | BC | 8D | 25 | 0 | 19 | 50 | 1A | 29 | 43 | 2C |
| Octal | 274 | 215 | 45 | 0 | 31 | 120 | 32 | 51 | 103 | 54 |
| Binary | 10111100 | 10001101 | 100101 | 0 | 11001 | 1010000 | 11010 | 101001 | 1000011 | 101100 |
Color Harmonies of #BC8D25
Complementary color
Monochromatic Colors of #BC8D25
Black with #BC8D25
Text Example
Text Example
White with #BC8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D25; }
p { color: rgb(188,141,37); }
H1.HeaderClassName
{
color: #BC8D25;
}
.AnyTagClassName
{
color: #BC8D25;
}
</style>
background-color css
<style>
a { background-color: #BC8D25; }
a { background-color: rgb(188,141,37); }
div.DivClassName
{
background-color: #BC8D25;
}
.BgClassName
{
background-color: #BC8D25;
}
</style>
border-color css
<style>
span { border-color: #BC8D25; }
span { border-color: rgb(188,141,37); }
td.TdClassName
{
border-color: #BC8D25;
}
.TagClassName
{
border-color: #BC8D25;
}
</style>