Shades of Nugget #BC9527
Tints of Nugget #BC9527
RGB
CMYK
RGB Variations
Color information
#BC9527 (or 0xBC9527) is known color: Nugget. HEX triplet: BC, 95 and 27. RGB value is (188,149,39). Sum of RGB (Red+Green+Blue) = 188+149+39=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9527 is #436AD8. Grayscale: #949494. Windows color (decimal): -4418265 or 2594236. OLE color: 2594236.
HSL color Cylindrical-coordinate representation of color #BC9527: hue angle of 44.3º 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 #BC9527 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 39 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.26 |
| HSL | 44.3º | 0.66% | 0.45% | - |
| HSV(B) | 44.3º | 0.79% | 0.74% | - |
| XYZ | 31.85 | 32.33 | 6.48 | - |
| YUV | 148.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 39 | 0 | 0.21 | 0.79 | 0.26 | 44.3 | 0.66 | 0.45 |
| Hex | BC | 95 | 27 | 0 | 15 | 4F | 1A | 2C | 42 | 2D |
| Octal | 274 | 225 | 47 | 0 | 25 | 117 | 32 | 54 | 102 | 55 |
| Binary | 10111100 | 10010101 | 100111 | 0 | 10101 | 1001111 | 11010 | 101100 | 1000010 | 101101 |
Color Harmonies of #BC9527
Complementary color
Monochromatic Colors of #BC9527
Black with #BC9527
Text Example
Text Example
White with #BC9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9527; }
p { color: rgb(188,149,39); }
H1.HeaderClassName
{
color: #BC9527;
}
.AnyTagClassName
{
color: #BC9527;
}
</style>
background-color css
<style>
a { background-color: #BC9527; }
a { background-color: rgb(188,149,39); }
div.DivClassName
{
background-color: #BC9527;
}
.BgClassName
{
background-color: #BC9527;
}
</style>
border-color css
<style>
span { border-color: #BC9527; }
span { border-color: rgb(188,149,39); }
td.TdClassName
{
border-color: #BC9527;
}
.TagClassName
{
border-color: #BC9527;
}
</style>