Shades of Nugget #BD8929
Tints of Nugget #BD8929
RGB
CMYK
RGB Variations
Color information
#BD8929 (or 0xBD8929) is known color: Nugget. HEX triplet: BD, 89 and 29. RGB value is (189,137,41). Sum of RGB (Red+Green+Blue) = 189+137+41=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8929 is #4276D6. Grayscale: #8E8E8E. Windows color (decimal): -4355799 or 2722237. OLE color: 2722237.
HSL color Cylindrical-coordinate representation of color #BD8929: hue angle of 38.92º 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 #BD8929 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.26 |
| HSL | 38.92º | 0.64% | 0.45% | - |
| HSV(B) | 38.92º | 0.78% | 0.74% | - |
| XYZ | 30.33 | 28.87 | 6.07 | - |
| YUV | 141.6 | 71.23 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 41 | 0 | 0.28 | 0.78 | 0.26 | 38.92 | 0.64 | 0.45 |
| Hex | BD | 89 | 29 | 0 | 1C | 4E | 1A | 27 | 40 | 2D |
| Octal | 275 | 211 | 51 | 0 | 34 | 116 | 32 | 47 | 100 | 55 |
| Binary | 10111101 | 10001001 | 101001 | 0 | 11100 | 1001110 | 11010 | 100111 | 1000000 | 101101 |
Color Harmonies of #BD8929
Complementary color
Monochromatic Colors of #BD8929
Black with #BD8929
Text Example
Text Example
White with #BD8929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8929; }
p { color: rgb(189,137,41); }
H1.HeaderClassName
{
color: #BD8929;
}
.AnyTagClassName
{
color: #BD8929;
}
</style>
background-color css
<style>
a { background-color: #BD8929; }
a { background-color: rgb(189,137,41); }
div.DivClassName
{
background-color: #BD8929;
}
.BgClassName
{
background-color: #BD8929;
}
</style>
border-color css
<style>
span { border-color: #BD8929; }
span { border-color: rgb(189,137,41); }
td.TdClassName
{
border-color: #BD8929;
}
.TagClassName
{
border-color: #BD8929;
}
</style>