Shades of Nugget #BC9425
Tints of Nugget #BC9425
RGB
CMYK
RGB Variations
Color information
#BC9425 (or 0xBC9425) is known color: Nugget. HEX triplet: BC, 94 and 25. RGB value is (188,148,37). Sum of RGB (Red+Green+Blue) = 188+148+37=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9425 is #436BDA. Grayscale: #939393. Windows color (decimal): -4418523 or 2462908. OLE color: 2462908.
HSL color Cylindrical-coordinate representation of color #BC9425: hue angle of 44.11º 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 #BC9425 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 37 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.26 |
| HSL | 44.11º | 0.67% | 0.44% | - |
| HSV(B) | 44.11º | 0.8% | 0.74% | - |
| XYZ | 31.66 | 32 | 6.26 | - |
| YUV | 147.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 37 | 0 | 0.21 | 0.80 | 0.26 | 44.11 | 0.67 | 0.44 |
| Hex | BC | 94 | 25 | 0 | 15 | 50 | 1A | 2C | 43 | 2C |
| Octal | 274 | 224 | 45 | 0 | 25 | 120 | 32 | 54 | 103 | 54 |
| Binary | 10111100 | 10010100 | 100101 | 0 | 10101 | 1010000 | 11010 | 101100 | 1000011 | 101100 |
Color Harmonies of #BC9425
Complementary color
Monochromatic Colors of #BC9425
Black with #BC9425
Text Example
Text Example
White with #BC9425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9425; }
p { color: rgb(188,148,37); }
H1.HeaderClassName
{
color: #BC9425;
}
.AnyTagClassName
{
color: #BC9425;
}
</style>
background-color css
<style>
a { background-color: #BC9425; }
a { background-color: rgb(188,148,37); }
div.DivClassName
{
background-color: #BC9425;
}
.BgClassName
{
background-color: #BC9425;
}
</style>
border-color css
<style>
span { border-color: #BC9425; }
span { border-color: rgb(188,148,37); }
td.TdClassName
{
border-color: #BC9425;
}
.TagClassName
{
border-color: #BC9425;
}
</style>