Shades of Nugget #BD9529
Tints of Nugget #BD9529
RGB
CMYK
RGB Variations
Color information
#BD9529 (or 0xBD9529) is known color: Nugget. HEX triplet: BD, 95 and 29. RGB value is (189,149,41). Sum of RGB (Red+Green+Blue) = 189+149+41=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9529 is #426AD6. Grayscale: #959595. Windows color (decimal): -4352727 or 2725309. OLE color: 2725309.
HSL color Cylindrical-coordinate representation of color #BD9529: hue angle of 43.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD9529 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 41 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.26 |
| HSL | 43.78º | 0.64% | 0.45% | - |
| HSV(B) | 43.78º | 0.78% | 0.74% | - |
| XYZ | 32.13 | 32.47 | 6.67 | - |
| YUV | 148.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 41 | 0 | 0.21 | 0.78 | 0.26 | 43.78 | 0.64 | 0.45 |
| Hex | BD | 95 | 29 | 0 | 15 | 4E | 1A | 2C | 40 | 2D |
| Octal | 275 | 225 | 51 | 0 | 25 | 116 | 32 | 54 | 100 | 55 |
| Binary | 10111101 | 10010101 | 101001 | 0 | 10101 | 1001110 | 11010 | 101100 | 1000000 | 101101 |
Color Harmonies of #BD9529
Complementary color
Monochromatic Colors of #BD9529
Black with #BD9529
Text Example
Text Example
White with #BD9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9529; }
p { color: rgb(189,149,41); }
H1.HeaderClassName
{
color: #BD9529;
}
.AnyTagClassName
{
color: #BD9529;
}
</style>
background-color css
<style>
a { background-color: #BD9529; }
a { background-color: rgb(189,149,41); }
div.DivClassName
{
background-color: #BD9529;
}
.BgClassName
{
background-color: #BD9529;
}
</style>
border-color css
<style>
span { border-color: #BD9529; }
span { border-color: rgb(189,149,41); }
td.TdClassName
{
border-color: #BD9529;
}
.TagClassName
{
border-color: #BD9529;
}
</style>