Shades of Nugget #BB962D
Tints of Nugget #BB962D
RGB
CMYK
RGB Variations
Color information
#BB962D (or 0xBB962D) is known color: Nugget. HEX triplet: BB, 96 and 2D. RGB value is (187,150,45). Sum of RGB (Red+Green+Blue) = 187+150+45=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB962D is #4469D2. Grayscale: #959595. Windows color (decimal): -4483539 or 2987707. OLE color: 2987707.
HSL color Cylindrical-coordinate representation of color #BB962D: hue angle of 44.37º 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 #BB962D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 45 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.27 |
| HSL | 44.37º | 0.61% | 0.45% | - |
| HSV(B) | 44.37º | 0.76% | 0.73% | - |
| XYZ | 31.87 | 32.57 | 7.09 | - |
| YUV | 149.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 45 | 0 | 0.20 | 0.76 | 0.27 | 44.37 | 0.61 | 0.45 |
| Hex | BB | 96 | 2D | 0 | 14 | 4C | 1B | 2C | 3D | 2D |
| Octal | 273 | 226 | 55 | 0 | 24 | 114 | 33 | 54 | 75 | 55 |
| Binary | 10111011 | 10010110 | 101101 | 0 | 10100 | 1001100 | 11011 | 101100 | 111101 | 101101 |
Color Harmonies of #BB962D
Complementary color
Monochromatic Colors of #BB962D
Black with #BB962D
Text Example
Text Example
White with #BB962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB962D; }
p { color: rgb(187,150,45); }
H1.HeaderClassName
{
color: #BB962D;
}
.AnyTagClassName
{
color: #BB962D;
}
</style>
background-color css
<style>
a { background-color: #BB962D; }
a { background-color: rgb(187,150,45); }
div.DivClassName
{
background-color: #BB962D;
}
.BgClassName
{
background-color: #BB962D;
}
</style>
border-color css
<style>
span { border-color: #BB962D; }
span { border-color: rgb(187,150,45); }
td.TdClassName
{
border-color: #BB962D;
}
.TagClassName
{
border-color: #BB962D;
}
</style>