Shades of Nugget #BB9630
Tints of Nugget #BB9630
RGB
CMYK
RGB Variations
Color information
#BB9630 (or 0xBB9630) is known color: Nugget. HEX triplet: BB, 96 and 30. RGB value is (187,150,48). Sum of RGB (Red+Green+Blue) = 187+150+48=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9630 is #4469CF. Grayscale: #959595. Windows color (decimal): -4483536 or 3184315. OLE color: 3184315.
HSL color Cylindrical-coordinate representation of color #BB9630: hue angle of 44.03º degrees, saturation: 0.59, 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 #BB9630 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 48 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.27 |
| HSL | 44.03º | 0.59% | 0.46% | - |
| HSV(B) | 44.03º | 0.74% | 0.73% | - |
| XYZ | 31.93 | 32.59 | 7.4 | - |
| YUV | 149.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 48 | 0 | 0.20 | 0.74 | 0.27 | 44.03 | 0.59 | 0.46 |
| Hex | BB | 96 | 30 | 0 | 14 | 4A | 1B | 2C | 3B | 2E |
| Octal | 273 | 226 | 60 | 0 | 24 | 112 | 33 | 54 | 73 | 56 |
| Binary | 10111011 | 10010110 | 110000 | 0 | 10100 | 1001010 | 11011 | 101100 | 111011 | 101110 |
Color Harmonies of #BB9630
Complementary color
Monochromatic Colors of #BB9630
Black with #BB9630
Text Example
Text Example
White with #BB9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9630; }
p { color: rgb(187,150,48); }
H1.HeaderClassName
{
color: #BB9630;
}
.AnyTagClassName
{
color: #BB9630;
}
</style>
background-color css
<style>
a { background-color: #BB9630; }
a { background-color: rgb(187,150,48); }
div.DivClassName
{
background-color: #BB9630;
}
.BgClassName
{
background-color: #BB9630;
}
</style>
border-color css
<style>
span { border-color: #BB9630; }
span { border-color: rgb(187,150,48); }
td.TdClassName
{
border-color: #BB9630;
}
.TagClassName
{
border-color: #BB9630;
}
</style>