Shades of Nugget #BD9526
Tints of Nugget #BD9526
RGB
CMYK
RGB Variations
Color information
#BD9526 (or 0xBD9526) is known color: Nugget. HEX triplet: BD, 95 and 26. RGB value is (189,149,38). Sum of RGB (Red+Green+Blue) = 189+149+38=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9526 is #426AD9. Grayscale: #949494. Windows color (decimal): -4352730 or 2528701. OLE color: 2528701.
HSL color Cylindrical-coordinate representation of color #BD9526: hue angle of 44.11º 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 #BD9526 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 38 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.26 |
| HSL | 44.11º | 0.67% | 0.45% | - |
| HSV(B) | 44.11º | 0.8% | 0.74% | - |
| XYZ | 32.08 | 32.45 | 6.41 | - |
| YUV | 148.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 38 | 0 | 0.21 | 0.80 | 0.26 | 44.11 | 0.67 | 0.45 |
| Hex | BD | 95 | 26 | 0 | 15 | 50 | 1A | 2C | 43 | 2D |
| Octal | 275 | 225 | 46 | 0 | 25 | 120 | 32 | 54 | 103 | 55 |
| Binary | 10111101 | 10010101 | 100110 | 0 | 10101 | 1010000 | 11010 | 101100 | 1000011 | 101101 |
Color Harmonies of #BD9526
Complementary color
Monochromatic Colors of #BD9526
Black with #BD9526
Text Example
Text Example
White with #BD9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9526; }
p { color: rgb(189,149,38); }
H1.HeaderClassName
{
color: #BD9526;
}
.AnyTagClassName
{
color: #BD9526;
}
</style>
background-color css
<style>
a { background-color: #BD9526; }
a { background-color: rgb(189,149,38); }
div.DivClassName
{
background-color: #BD9526;
}
.BgClassName
{
background-color: #BD9526;
}
</style>
border-color css
<style>
span { border-color: #BD9526; }
span { border-color: rgb(189,149,38); }
td.TdClassName
{
border-color: #BD9526;
}
.TagClassName
{
border-color: #BD9526;
}
</style>