Shades of Nugget #B9902D
Tints of Nugget #B9902D
RGB
CMYK
RGB Variations
Color information
#B9902D (or 0xB9902D) is known color: Nugget. HEX triplet: B9, 90 and 2D. RGB value is (185,144,45). Sum of RGB (Red+Green+Blue) = 185+144+45=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902D is #466FD2. Grayscale: #919191. Windows color (decimal): -4616147 or 2986169. OLE color: 2986169.
HSL color Cylindrical-coordinate representation of color #B9902D: hue angle of 42.43º 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 #B9902D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.27 |
| HSL | 42.43º | 0.61% | 0.45% | - |
| HSV(B) | 42.43º | 0.76% | 0.73% | - |
| XYZ | 30.45 | 30.45 | 6.75 | - |
| YUV | 144.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 45 | 0 | 0.22 | 0.76 | 0.27 | 42.43 | 0.61 | 0.45 |
| Hex | B9 | 90 | 2D | 0 | 16 | 4C | 1B | 2A | 3D | 2D |
| Octal | 271 | 220 | 55 | 0 | 26 | 114 | 33 | 52 | 75 | 55 |
| Binary | 10111001 | 10010000 | 101101 | 0 | 10110 | 1001100 | 11011 | 101010 | 111101 | 101101 |
Color Harmonies of #B9902D
Complementary color
Monochromatic Colors of #B9902D
Black with #B9902D
Text Example
Text Example
White with #B9902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9902D; }
p { color: rgb(185,144,45); }
H1.HeaderClassName
{
color: #B9902D;
}
.AnyTagClassName
{
color: #B9902D;
}
</style>
background-color css
<style>
a { background-color: #B9902D; }
a { background-color: rgb(185,144,45); }
div.DivClassName
{
background-color: #B9902D;
}
.BgClassName
{
background-color: #B9902D;
}
</style>
border-color css
<style>
span { border-color: #B9902D; }
span { border-color: rgb(185,144,45); }
td.TdClassName
{
border-color: #B9902D;
}
.TagClassName
{
border-color: #B9902D;
}
</style>