Shades of Nugget #BD9932
Tints of Nugget #BD9932
RGB
CMYK
RGB Variations
Color information
#BD9932 (or 0xBD9932) is known color: Nugget. HEX triplet: BD, 99 and 32. RGB value is (189,153,50). Sum of RGB (Red+Green+Blue) = 189+153+50=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9932 is #4266CD. Grayscale: #989898. Windows color (decimal): -4351694 or 3316157. OLE color: 3316157.
HSL color Cylindrical-coordinate representation of color #BD9932: hue angle of 44.46º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD9932 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 50 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.26 |
| HSL | 44.46º | 0.58% | 0.47% | - |
| HSV(B) | 44.46º | 0.74% | 0.74% | - |
| XYZ | 32.95 | 33.83 | 7.81 | - |
| YUV | 152.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 50 | 0 | 0.19 | 0.74 | 0.26 | 44.46 | 0.58 | 0.47 |
| Hex | BD | 99 | 32 | 0 | 13 | 4A | 1A | 2C | 3A | 2F |
| Octal | 275 | 231 | 62 | 0 | 23 | 112 | 32 | 54 | 72 | 57 |
| Binary | 10111101 | 10011001 | 110010 | 0 | 10011 | 1001010 | 11010 | 101100 | 111010 | 101111 |
Color Harmonies of #BD9932
Complementary color
Monochromatic Colors of #BD9932
Black with #BD9932
Text Example
Text Example
White with #BD9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9932; }
p { color: rgb(189,153,50); }
H1.HeaderClassName
{
color: #BD9932;
}
.AnyTagClassName
{
color: #BD9932;
}
</style>
background-color css
<style>
a { background-color: #BD9932; }
a { background-color: rgb(189,153,50); }
div.DivClassName
{
background-color: #BD9932;
}
.BgClassName
{
background-color: #BD9932;
}
</style>
border-color css
<style>
span { border-color: #BD9932; }
span { border-color: rgb(189,153,50); }
td.TdClassName
{
border-color: #BD9932;
}
.TagClassName
{
border-color: #BD9932;
}
</style>