Shades of Nugget #BD9726
Tints of Nugget #BD9726
RGB
CMYK
RGB Variations
Color information
#BD9726 (or 0xBD9726) is known color: Nugget. HEX triplet: BD, 97 and 26. RGB value is (189,151,38). Sum of RGB (Red+Green+Blue) = 189+151+38=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9726 is #4268D9. Grayscale: #959595. Windows color (decimal): -4352218 or 2529213. OLE color: 2529213.
HSL color Cylindrical-coordinate representation of color #BD9726: hue angle of 44.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD9726 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 38 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.26 |
| HSL | 44.9º | 0.67% | 0.45% | - |
| HSV(B) | 44.9º | 0.8% | 0.74% | - |
| XYZ | 32.4 | 33.09 | 6.51 | - |
| YUV | 149.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 38 | 0 | 0.20 | 0.80 | 0.26 | 44.9 | 0.67 | 0.45 |
| Hex | BD | 97 | 26 | 0 | 14 | 50 | 1A | 2D | 43 | 2D |
| Octal | 275 | 227 | 46 | 0 | 24 | 120 | 32 | 55 | 103 | 55 |
| Binary | 10111101 | 10010111 | 100110 | 0 | 10100 | 1010000 | 11010 | 101101 | 1000011 | 101101 |
Color Harmonies of #BD9726
Complementary color
Monochromatic Colors of #BD9726
Black with #BD9726
Text Example
Text Example
White with #BD9726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9726; }
p { color: rgb(189,151,38); }
H1.HeaderClassName
{
color: #BD9726;
}
.AnyTagClassName
{
color: #BD9726;
}
</style>
background-color css
<style>
a { background-color: #BD9726; }
a { background-color: rgb(189,151,38); }
div.DivClassName
{
background-color: #BD9726;
}
.BgClassName
{
background-color: #BD9726;
}
</style>
border-color css
<style>
span { border-color: #BD9726; }
span { border-color: rgb(189,151,38); }
td.TdClassName
{
border-color: #BD9726;
}
.TagClassName
{
border-color: #BD9726;
}
</style>