Shades of Nugget #BB9529
Tints of Nugget #BB9529
RGB
CMYK
RGB Variations
Color information
#BB9529 (or 0xBB9529) is known color: Nugget. HEX triplet: BB, 95 and 29. RGB value is (187,149,41). Sum of RGB (Red+Green+Blue) = 187+149+41=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9529 is #446AD6. Grayscale: #949494. Windows color (decimal): -4483799 or 2725307. OLE color: 2725307.
HSL color Cylindrical-coordinate representation of color #BB9529: hue angle of 44.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB9529 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 41 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.27 |
| HSL | 44.38º | 0.64% | 0.45% | - |
| HSV(B) | 44.38º | 0.78% | 0.73% | - |
| XYZ | 31.64 | 32.22 | 6.65 | - |
| YUV | 148.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 41 | 0 | 0.20 | 0.78 | 0.27 | 44.38 | 0.64 | 0.45 |
| Hex | BB | 95 | 29 | 0 | 14 | 4E | 1B | 2C | 40 | 2D |
| Octal | 273 | 225 | 51 | 0 | 24 | 116 | 33 | 54 | 100 | 55 |
| Binary | 10111011 | 10010101 | 101001 | 0 | 10100 | 1001110 | 11011 | 101100 | 1000000 | 101101 |
Color Harmonies of #BB9529
Complementary color
Monochromatic Colors of #BB9529
Black with #BB9529
Text Example
Text Example
White with #BB9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9529; }
p { color: rgb(187,149,41); }
H1.HeaderClassName
{
color: #BB9529;
}
.AnyTagClassName
{
color: #BB9529;
}
</style>
background-color css
<style>
a { background-color: #BB9529; }
a { background-color: rgb(187,149,41); }
div.DivClassName
{
background-color: #BB9529;
}
.BgClassName
{
background-color: #BB9529;
}
</style>
border-color css
<style>
span { border-color: #BB9529; }
span { border-color: rgb(187,149,41); }
td.TdClassName
{
border-color: #BB9529;
}
.TagClassName
{
border-color: #BB9529;
}
</style>