Shades of Nugget #BD9424
Tints of Nugget #BD9424
RGB
CMYK
RGB Variations
Color information
#BD9424 (or 0xBD9424) is known color: Nugget. HEX triplet: BD, 94 and 24. RGB value is (189,148,36). Sum of RGB (Red+Green+Blue) = 189+148+36=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9424 is #426BDB. Grayscale: #939393. Windows color (decimal): -4352988 or 2397373. OLE color: 2397373.
HSL color Cylindrical-coordinate representation of color #BD9424: hue angle of 43.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD9424 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 36 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.26 |
| HSL | 43.92º | 0.68% | 0.44% | - |
| HSV(B) | 43.92º | 0.81% | 0.74% | - |
| XYZ | 31.89 | 32.13 | 6.19 | - |
| YUV | 147.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 36 | 0 | 0.22 | 0.81 | 0.26 | 43.92 | 0.68 | 0.44 |
| Hex | BD | 94 | 24 | 0 | 16 | 51 | 1A | 2C | 44 | 2C |
| Octal | 275 | 224 | 44 | 0 | 26 | 121 | 32 | 54 | 104 | 54 |
| Binary | 10111101 | 10010100 | 100100 | 0 | 10110 | 1010001 | 11010 | 101100 | 1000100 | 101100 |
Color Harmonies of #BD9424
Complementary color
Monochromatic Colors of #BD9424
Black with #BD9424
Text Example
Text Example
White with #BD9424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9424; }
p { color: rgb(189,148,36); }
H1.HeaderClassName
{
color: #BD9424;
}
.AnyTagClassName
{
color: #BD9424;
}
</style>
background-color css
<style>
a { background-color: #BD9424; }
a { background-color: rgb(189,148,36); }
div.DivClassName
{
background-color: #BD9424;
}
.BgClassName
{
background-color: #BD9424;
}
</style>
border-color css
<style>
span { border-color: #BD9424; }
span { border-color: rgb(189,148,36); }
td.TdClassName
{
border-color: #BD9424;
}
.TagClassName
{
border-color: #BD9424;
}
</style>