Shades of Nugget #BB982D
Tints of Nugget #BB982D
RGB
CMYK
RGB Variations
Color information
#BB982D (or 0xBB982D) is known color: Nugget. HEX triplet: BB, 98 and 2D. RGB value is (187,152,45). Sum of RGB (Red+Green+Blue) = 187+152+45=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB982D is #4467D2. Grayscale: #969696. Windows color (decimal): -4483027 or 2988219. OLE color: 2988219.
HSL color Cylindrical-coordinate representation of color #BB982D: hue angle of 45.21º 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 #BB982D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 45 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.27 |
| HSL | 45.21º | 0.61% | 0.45% | - |
| HSV(B) | 45.21º | 0.76% | 0.73% | - |
| XYZ | 32.2 | 33.21 | 7.2 | - |
| YUV | 150.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 45 | 0 | 0.19 | 0.76 | 0.27 | 45.21 | 0.61 | 0.45 |
| Hex | BB | 98 | 2D | 0 | 13 | 4C | 1B | 2D | 3D | 2D |
| Octal | 273 | 230 | 55 | 0 | 23 | 114 | 33 | 55 | 75 | 55 |
| Binary | 10111011 | 10011000 | 101101 | 0 | 10011 | 1001100 | 11011 | 101101 | 111101 | 101101 |
Color Harmonies of #BB982D
Complementary color
Monochromatic Colors of #BB982D
Black with #BB982D
Text Example
Text Example
White with #BB982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB982D; }
p { color: rgb(187,152,45); }
H1.HeaderClassName
{
color: #BB982D;
}
.AnyTagClassName
{
color: #BB982D;
}
</style>
background-color css
<style>
a { background-color: #BB982D; }
a { background-color: rgb(187,152,45); }
div.DivClassName
{
background-color: #BB982D;
}
.BgClassName
{
background-color: #BB982D;
}
</style>
border-color css
<style>
span { border-color: #BB982D; }
span { border-color: rgb(187,152,45); }
td.TdClassName
{
border-color: #BB982D;
}
.TagClassName
{
border-color: #BB982D;
}
</style>