Shades of Nugget #BD9B32
Tints of Nugget #BD9B32
RGB
CMYK
RGB Variations
Color information
#BD9B32 (or 0xBD9B32) is known color: Nugget. HEX triplet: BD, 9B and 32. RGB value is (189,155,50). Sum of RGB (Red+Green+Blue) = 189+155+50=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B32 is #4264CD. Grayscale: #999999. Windows color (decimal): -4351182 or 3316669. OLE color: 3316669.
HSL color Cylindrical-coordinate representation of color #BD9B32: hue angle of 45.32º 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 #BD9B32 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 50 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.26 |
| HSL | 45.32º | 0.58% | 0.47% | - |
| HSV(B) | 45.32º | 0.74% | 0.74% | - |
| XYZ | 33.28 | 34.49 | 7.92 | - |
| YUV | 153.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 50 | 0 | 0.18 | 0.74 | 0.26 | 45.32 | 0.58 | 0.47 |
| Hex | BD | 9B | 32 | 0 | 12 | 4A | 1A | 2D | 3A | 2F |
| Octal | 275 | 233 | 62 | 0 | 22 | 112 | 32 | 55 | 72 | 57 |
| Binary | 10111101 | 10011011 | 110010 | 0 | 10010 | 1001010 | 11010 | 101101 | 111010 | 101111 |
Color Harmonies of #BD9B32
Complementary color
Monochromatic Colors of #BD9B32
Black with #BD9B32
Text Example
Text Example
White with #BD9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B32; }
p { color: rgb(189,155,50); }
H1.HeaderClassName
{
color: #BD9B32;
}
.AnyTagClassName
{
color: #BD9B32;
}
</style>
background-color css
<style>
a { background-color: #BD9B32; }
a { background-color: rgb(189,155,50); }
div.DivClassName
{
background-color: #BD9B32;
}
.BgClassName
{
background-color: #BD9B32;
}
</style>
border-color css
<style>
span { border-color: #BD9B32; }
span { border-color: rgb(189,155,50); }
td.TdClassName
{
border-color: #BD9B32;
}
.TagClassName
{
border-color: #BD9B32;
}
</style>