Shades of Nugget #BD9829
Tints of Nugget #BD9829
RGB
CMYK
RGB Variations
Color information
#BD9829 (or 0xBD9829) is known color: Nugget. HEX triplet: BD, 98 and 29. RGB value is (189,152,41). Sum of RGB (Red+Green+Blue) = 189+152+41=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9829 is #4267D6. Grayscale: #969696. Windows color (decimal): -4351959 or 2726077. OLE color: 2726077.
HSL color Cylindrical-coordinate representation of color #BD9829: hue angle of 45º 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 #BD9829 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 41 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.26 |
| HSL | 45º | 0.64% | 0.45% | - |
| HSV(B) | 45º | 0.78% | 0.74% | - |
| XYZ | 32.61 | 33.44 | 6.83 | - |
| YUV | 150.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 41 | 0 | 0.20 | 0.78 | 0.26 | 45 | 0.64 | 0.45 |
| Hex | BD | 98 | 29 | 0 | 14 | 4E | 1A | 2D | 40 | 2D |
| Octal | 275 | 230 | 51 | 0 | 24 | 116 | 32 | 55 | 100 | 55 |
| Binary | 10111101 | 10011000 | 101001 | 0 | 10100 | 1001110 | 11010 | 101101 | 1000000 | 101101 |
Color Harmonies of #BD9829
Complementary color
Monochromatic Colors of #BD9829
Black with #BD9829
Text Example
Text Example
White with #BD9829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9829; }
p { color: rgb(189,152,41); }
H1.HeaderClassName
{
color: #BD9829;
}
.AnyTagClassName
{
color: #BD9829;
}
</style>
background-color css
<style>
a { background-color: #BD9829; }
a { background-color: rgb(189,152,41); }
div.DivClassName
{
background-color: #BD9829;
}
.BgClassName
{
background-color: #BD9829;
}
</style>
border-color css
<style>
span { border-color: #BD9829; }
span { border-color: rgb(189,152,41); }
td.TdClassName
{
border-color: #BD9829;
}
.TagClassName
{
border-color: #BD9829;
}
</style>