Shades of Nugget #BD8928
Tints of Nugget #BD8928
RGB
CMYK
RGB Variations
Color information
#BD8928 (or 0xBD8928) is known color: Nugget. HEX triplet: BD, 89 and 28. RGB value is (189,137,40). Sum of RGB (Red+Green+Blue) = 189+137+40=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8928 is #4276D7. Grayscale: #8D8D8D. Windows color (decimal): -4355800 or 2656701. OLE color: 2656701.
HSL color Cylindrical-coordinate representation of color #BD8928: hue angle of 39.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8928 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 40 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.26 |
| HSL | 39.06º | 0.65% | 0.45% | - |
| HSV(B) | 39.06º | 0.79% | 0.74% | - |
| XYZ | 30.31 | 28.86 | 5.98 | - |
| YUV | 141.49 | 70.73 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 40 | 0 | 0.28 | 0.79 | 0.26 | 39.06 | 0.65 | 0.45 |
| Hex | BD | 89 | 28 | 0 | 1C | 4F | 1A | 27 | 41 | 2D |
| Octal | 275 | 211 | 50 | 0 | 34 | 117 | 32 | 47 | 101 | 55 |
| Binary | 10111101 | 10001001 | 101000 | 0 | 11100 | 1001111 | 11010 | 100111 | 1000001 | 101101 |
Color Harmonies of #BD8928
Complementary color
Monochromatic Colors of #BD8928
Black with #BD8928
Text Example
Text Example
White with #BD8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8928; }
p { color: rgb(189,137,40); }
H1.HeaderClassName
{
color: #BD8928;
}
.AnyTagClassName
{
color: #BD8928;
}
</style>
background-color css
<style>
a { background-color: #BD8928; }
a { background-color: rgb(189,137,40); }
div.DivClassName
{
background-color: #BD8928;
}
.BgClassName
{
background-color: #BD8928;
}
</style>
border-color css
<style>
span { border-color: #BD8928; }
span { border-color: rgb(189,137,40); }
td.TdClassName
{
border-color: #BD8928;
}
.TagClassName
{
border-color: #BD8928;
}
</style>