Shades of Nugget #BC9A2F
Tints of Nugget #BC9A2F
RGB
CMYK
RGB Variations
Color information
#BC9A2F (or 0xBC9A2F) is known color: Nugget. HEX triplet: BC, 9A and 2F. RGB value is (188,154,47). Sum of RGB (Red+Green+Blue) = 188+154+47=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A2F is #4365D0. Grayscale: #989898. Windows color (decimal): -4416977 or 3119804. OLE color: 3119804.
HSL color Cylindrical-coordinate representation of color #BC9A2F: hue angle of 45.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC9A2F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 47 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.26 |
| HSL | 45.53º | 0.6% | 0.46% | - |
| HSV(B) | 45.53º | 0.75% | 0.74% | - |
| XYZ | 32.81 | 34.01 | 7.52 | - |
| YUV | 151.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 47 | 0 | 0.18 | 0.75 | 0.26 | 45.53 | 0.6 | 0.46 |
| Hex | BC | 9A | 2F | 0 | 12 | 4B | 1A | 2E | 3C | 2E |
| Octal | 274 | 232 | 57 | 0 | 22 | 113 | 32 | 56 | 74 | 56 |
| Binary | 10111100 | 10011010 | 101111 | 0 | 10010 | 1001011 | 11010 | 101110 | 111100 | 101110 |
Color Harmonies of #BC9A2F
Complementary color
Monochromatic Colors of #BC9A2F
Black with #BC9A2F
Text Example
Text Example
White with #BC9A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A2F; }
p { color: rgb(188,154,47); }
H1.HeaderClassName
{
color: #BC9A2F;
}
.AnyTagClassName
{
color: #BC9A2F;
}
</style>
background-color css
<style>
a { background-color: #BC9A2F; }
a { background-color: rgb(188,154,47); }
div.DivClassName
{
background-color: #BC9A2F;
}
.BgClassName
{
background-color: #BC9A2F;
}
</style>
border-color css
<style>
span { border-color: #BC9A2F; }
span { border-color: rgb(188,154,47); }
td.TdClassName
{
border-color: #BC9A2F;
}
.TagClassName
{
border-color: #BC9A2F;
}
</style>