Shades of Nugget #BC9627
Tints of Nugget #BC9627
RGB
CMYK
RGB Variations
Color information
#BC9627 (or 0xBC9627) is known color: Nugget. HEX triplet: BC, 96 and 27. RGB value is (188,150,39). Sum of RGB (Red+Green+Blue) = 188+150+39=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9627 is #4369D8. Grayscale: #959595. Windows color (decimal): -4418009 or 2594492. OLE color: 2594492.
HSL color Cylindrical-coordinate representation of color #BC9627: hue angle of 44.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC9627 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 150 | 39 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.26 |
| HSL | 44.7º | 0.66% | 0.45% | - |
| HSV(B) | 44.7º | 0.79% | 0.74% | - |
| XYZ | 32.01 | 32.65 | 6.53 | - |
| YUV | 148.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 39 | 0 | 0.20 | 0.79 | 0.26 | 44.7 | 0.66 | 0.45 |
| Hex | BC | 96 | 27 | 0 | 14 | 4F | 1A | 2D | 42 | 2D |
| Octal | 274 | 226 | 47 | 0 | 24 | 117 | 32 | 55 | 102 | 55 |
| Binary | 10111100 | 10010110 | 100111 | 0 | 10100 | 1001111 | 11010 | 101101 | 1000010 | 101101 |
Color Harmonies of #BC9627
Complementary color
Monochromatic Colors of #BC9627
Black with #BC9627
Text Example
Text Example
White with #BC9627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9627; }
p { color: rgb(188,150,39); }
H1.HeaderClassName
{
color: #BC9627;
}
.AnyTagClassName
{
color: #BC9627;
}
</style>
background-color css
<style>
a { background-color: #BC9627; }
a { background-color: rgb(188,150,39); }
div.DivClassName
{
background-color: #BC9627;
}
.BgClassName
{
background-color: #BC9627;
}
</style>
border-color css
<style>
span { border-color: #BC9627; }
span { border-color: rgb(188,150,39); }
td.TdClassName
{
border-color: #BC9627;
}
.TagClassName
{
border-color: #BC9627;
}
</style>