Shades of Nugget #BD9226
Tints of Nugget #BD9226
RGB
CMYK
RGB Variations
Color information
#BD9226 (or 0xBD9226) is known color: Nugget. HEX triplet: BD, 92 and 26. RGB value is (189,146,38). Sum of RGB (Red+Green+Blue) = 189+146+38=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9226 is #426DD9. Grayscale: #939393. Windows color (decimal): -4353498 or 2527933. OLE color: 2527933.
HSL color Cylindrical-coordinate representation of color #BD9226: hue angle of 42.91º 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 #BD9226 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 38 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.26 |
| HSL | 42.91º | 0.67% | 0.45% | - |
| HSV(B) | 42.91º | 0.8% | 0.74% | - |
| XYZ | 31.62 | 31.52 | 6.25 | - |
| YUV | 146.55 | 66.75 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 38 | 0 | 0.23 | 0.80 | 0.26 | 42.91 | 0.67 | 0.45 |
| Hex | BD | 92 | 26 | 0 | 17 | 50 | 1A | 2B | 43 | 2D |
| Octal | 275 | 222 | 46 | 0 | 27 | 120 | 32 | 53 | 103 | 55 |
| Binary | 10111101 | 10010010 | 100110 | 0 | 10111 | 1010000 | 11010 | 101011 | 1000011 | 101101 |
Color Harmonies of #BD9226
Complementary color
Monochromatic Colors of #BD9226
Black with #BD9226
Text Example
Text Example
White with #BD9226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9226; }
p { color: rgb(189,146,38); }
H1.HeaderClassName
{
color: #BD9226;
}
.AnyTagClassName
{
color: #BD9226;
}
</style>
background-color css
<style>
a { background-color: #BD9226; }
a { background-color: rgb(189,146,38); }
div.DivClassName
{
background-color: #BD9226;
}
.BgClassName
{
background-color: #BD9226;
}
</style>
border-color css
<style>
span { border-color: #BD9226; }
span { border-color: rgb(189,146,38); }
td.TdClassName
{
border-color: #BD9226;
}
.TagClassName
{
border-color: #BD9226;
}
</style>