Shades of Nugget #B99426
Tints of Nugget #B99426
RGB
CMYK
RGB Variations
Color information
#B99426 (or 0xB99426) is known color: Nugget. HEX triplet: B9, 94 and 26. RGB value is (185,148,38). Sum of RGB (Red+Green+Blue) = 185+148+38=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B99426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99426 is #466BD9. Grayscale: #939393. Windows color (decimal): -4615130 or 2528441. OLE color: 2528441.
HSL color Cylindrical-coordinate representation of color #B99426: hue angle of 44.9º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B99426 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 38 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.27 |
| HSL | 44.9º | 0.66% | 0.44% | - |
| HSV(B) | 44.9º | 0.79% | 0.73% | - |
| XYZ | 30.95 | 31.63 | 6.31 | - |
| YUV | 146.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 38 | 0 | 0.20 | 0.79 | 0.27 | 44.9 | 0.66 | 0.44 |
| Hex | B9 | 94 | 26 | 0 | 14 | 4F | 1B | 2D | 42 | 2C |
| Octal | 271 | 224 | 46 | 0 | 24 | 117 | 33 | 55 | 102 | 54 |
| Binary | 10111001 | 10010100 | 100110 | 0 | 10100 | 1001111 | 11011 | 101101 | 1000010 | 101100 |
Color Harmonies of #B99426
Complementary color
Monochromatic Colors of #B99426
Black with #B99426
Text Example
Text Example
White with #B99426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99426; }
p { color: rgb(185,148,38); }
H1.HeaderClassName
{
color: #B99426;
}
.AnyTagClassName
{
color: #B99426;
}
</style>
background-color css
<style>
a { background-color: #B99426; }
a { background-color: rgb(185,148,38); }
div.DivClassName
{
background-color: #B99426;
}
.BgClassName
{
background-color: #B99426;
}
</style>
border-color css
<style>
span { border-color: #B99426; }
span { border-color: rgb(185,148,38); }
td.TdClassName
{
border-color: #B99426;
}
.TagClassName
{
border-color: #B99426;
}
</style>