Shades of Nugget #BC902E
Tints of Nugget #BC902E
RGB
CMYK
RGB Variations
Color information
#BC902E (or 0xBC902E) is known color: Nugget. HEX triplet: BC, 90 and 2E. RGB value is (188,144,46). Sum of RGB (Red+Green+Blue) = 188+144+46=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC902E is #436FD1. Grayscale: #929292. Windows color (decimal): -4419538 or 3051708. OLE color: 3051708.
HSL color Cylindrical-coordinate representation of color #BC902E: hue angle of 41.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC902E is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 46 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.26 |
| HSL | 41.41º | 0.61% | 0.46% | - |
| HSV(B) | 41.41º | 0.76% | 0.74% | - |
| XYZ | 31.21 | 30.84 | 6.89 | - |
| YUV | 145.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 46 | 0 | 0.23 | 0.76 | 0.26 | 41.41 | 0.61 | 0.46 |
| Hex | BC | 90 | 2E | 0 | 17 | 4C | 1A | 29 | 3D | 2E |
| Octal | 274 | 220 | 56 | 0 | 27 | 114 | 32 | 51 | 75 | 56 |
| Binary | 10111100 | 10010000 | 101110 | 0 | 10111 | 1001100 | 11010 | 101001 | 111101 | 101110 |
Color Harmonies of #BC902E
Complementary color
Monochromatic Colors of #BC902E
Black with #BC902E
Text Example
Text Example
White with #BC902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC902E; }
p { color: rgb(188,144,46); }
H1.HeaderClassName
{
color: #BC902E;
}
.AnyTagClassName
{
color: #BC902E;
}
</style>
background-color css
<style>
a { background-color: #BC902E; }
a { background-color: rgb(188,144,46); }
div.DivClassName
{
background-color: #BC902E;
}
.BgClassName
{
background-color: #BC902E;
}
</style>
border-color css
<style>
span { border-color: #BC902E; }
span { border-color: rgb(188,144,46); }
td.TdClassName
{
border-color: #BC902E;
}
.TagClassName
{
border-color: #BC902E;
}
</style>