Shades of Nugget #B9922D
Tints of Nugget #B9922D
RGB
CMYK
RGB Variations
Color information
#B9922D (or 0xB9922D) is known color: Nugget. HEX triplet: B9, 92 and 2D. RGB value is (185,146,45). Sum of RGB (Red+Green+Blue) = 185+146+45=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9922D is #466DD2. Grayscale: #929292. Windows color (decimal): -4615635 or 2986681. OLE color: 2986681.
HSL color Cylindrical-coordinate representation of color #B9922D: hue angle of 43.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9922D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.27 |
| HSL | 43.29º | 0.61% | 0.45% | - |
| HSV(B) | 43.29º | 0.76% | 0.73% | - |
| XYZ | 30.76 | 31.06 | 6.86 | - |
| YUV | 146.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 45 | 0 | 0.21 | 0.76 | 0.27 | 43.29 | 0.61 | 0.45 |
| Hex | B9 | 92 | 2D | 0 | 15 | 4C | 1B | 2B | 3D | 2D |
| Octal | 271 | 222 | 55 | 0 | 25 | 114 | 33 | 53 | 75 | 55 |
| Binary | 10111001 | 10010010 | 101101 | 0 | 10101 | 1001100 | 11011 | 101011 | 111101 | 101101 |
Color Harmonies of #B9922D
Complementary color
Monochromatic Colors of #B9922D
Black with #B9922D
Text Example
Text Example
White with #B9922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9922D; }
p { color: rgb(185,146,45); }
H1.HeaderClassName
{
color: #B9922D;
}
.AnyTagClassName
{
color: #B9922D;
}
</style>
background-color css
<style>
a { background-color: #B9922D; }
a { background-color: rgb(185,146,45); }
div.DivClassName
{
background-color: #B9922D;
}
.BgClassName
{
background-color: #B9922D;
}
</style>
border-color css
<style>
span { border-color: #B9922D; }
span { border-color: rgb(185,146,45); }
td.TdClassName
{
border-color: #B9922D;
}
.TagClassName
{
border-color: #B9922D;
}
</style>