Shades of Nugget #BB9831
Tints of Nugget #BB9831
RGB
CMYK
RGB Variations
Color information
#BB9831 (or 0xBB9831) is known color: Nugget. HEX triplet: BB, 98 and 31. RGB value is (187,152,49). Sum of RGB (Red+Green+Blue) = 187+152+49=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9831 is #4467CE. Grayscale: #979797. Windows color (decimal): -4483023 or 3250363. OLE color: 3250363.
HSL color Cylindrical-coordinate representation of color #BB9831: hue angle of 44.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB9831 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 49 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.27 |
| HSL | 44.78º | 0.58% | 0.46% | - |
| HSV(B) | 44.78º | 0.74% | 0.73% | - |
| XYZ | 32.28 | 33.24 | 7.62 | - |
| YUV | 150.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 49 | 0 | 0.19 | 0.74 | 0.27 | 44.78 | 0.58 | 0.46 |
| Hex | BB | 98 | 31 | 0 | 13 | 4A | 1B | 2D | 3A | 2E |
| Octal | 273 | 230 | 61 | 0 | 23 | 112 | 33 | 55 | 72 | 56 |
| Binary | 10111011 | 10011000 | 110001 | 0 | 10011 | 1001010 | 11011 | 101101 | 111010 | 101110 |
Color Harmonies of #BB9831
Complementary color
Monochromatic Colors of #BB9831
Black with #BB9831
Text Example
Text Example
White with #BB9831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9831; }
p { color: rgb(187,152,49); }
H1.HeaderClassName
{
color: #BB9831;
}
.AnyTagClassName
{
color: #BB9831;
}
</style>
background-color css
<style>
a { background-color: #BB9831; }
a { background-color: rgb(187,152,49); }
div.DivClassName
{
background-color: #BB9831;
}
.BgClassName
{
background-color: #BB9831;
}
</style>
border-color css
<style>
span { border-color: #BB9831; }
span { border-color: rgb(187,152,49); }
td.TdClassName
{
border-color: #BB9831;
}
.TagClassName
{
border-color: #BB9831;
}
</style>