Shades of Nugget #B99029
Tints of Nugget #B99029
RGB
CMYK
RGB Variations
Color information
#B99029 (or 0xB99029) is known color: Nugget. HEX triplet: B9, 90 and 29. RGB value is (185,144,41). Sum of RGB (Red+Green+Blue) = 185+144+41=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99029 is #466FD6. Grayscale: #909090. Windows color (decimal): -4616151 or 2724025. OLE color: 2724025.
HSL color Cylindrical-coordinate representation of color #B99029: hue angle of 42.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99029 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 41 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.27 |
| HSL | 42.92º | 0.64% | 0.44% | - |
| HSV(B) | 42.92º | 0.78% | 0.73% | - |
| XYZ | 30.38 | 30.42 | 6.37 | - |
| YUV | 144.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 41 | 0 | 0.22 | 0.78 | 0.27 | 42.92 | 0.64 | 0.44 |
| Hex | B9 | 90 | 29 | 0 | 16 | 4E | 1B | 2B | 40 | 2C |
| Octal | 271 | 220 | 51 | 0 | 26 | 116 | 33 | 53 | 100 | 54 |
| Binary | 10111001 | 10010000 | 101001 | 0 | 10110 | 1001110 | 11011 | 101011 | 1000000 | 101100 |
Color Harmonies of #B99029
Complementary color
Monochromatic Colors of #B99029
Black with #B99029
Text Example
Text Example
White with #B99029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99029; }
p { color: rgb(185,144,41); }
H1.HeaderClassName
{
color: #B99029;
}
.AnyTagClassName
{
color: #B99029;
}
</style>
background-color css
<style>
a { background-color: #B99029; }
a { background-color: rgb(185,144,41); }
div.DivClassName
{
background-color: #B99029;
}
.BgClassName
{
background-color: #B99029;
}
</style>
border-color css
<style>
span { border-color: #B99029; }
span { border-color: rgb(185,144,41); }
td.TdClassName
{
border-color: #B99029;
}
.TagClassName
{
border-color: #B99029;
}
</style>