Shades of Nugget #BB922D
Tints of Nugget #BB922D
RGB
CMYK
RGB Variations
Color information
#BB922D (or 0xBB922D) is known color: Nugget. HEX triplet: BB, 92 and 2D. RGB value is (187,146,45). Sum of RGB (Red+Green+Blue) = 187+146+45=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB922D is #446DD2. Grayscale: #939393. Windows color (decimal): -4484563 or 2986683. OLE color: 2986683.
HSL color Cylindrical-coordinate representation of color #BB922D: hue angle of 42.68º 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 #BB922D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.27 |
| HSL | 42.68º | 0.61% | 0.45% | - |
| HSV(B) | 42.68º | 0.76% | 0.73% | - |
| XYZ | 31.25 | 31.31 | 6.88 | - |
| YUV | 146.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 45 | 0 | 0.22 | 0.76 | 0.27 | 42.68 | 0.61 | 0.45 |
| Hex | BB | 92 | 2D | 0 | 16 | 4C | 1B | 2B | 3D | 2D |
| Octal | 273 | 222 | 55 | 0 | 26 | 114 | 33 | 53 | 75 | 55 |
| Binary | 10111011 | 10010010 | 101101 | 0 | 10110 | 1001100 | 11011 | 101011 | 111101 | 101101 |
Color Harmonies of #BB922D
Complementary color
Monochromatic Colors of #BB922D
Black with #BB922D
Text Example
Text Example
White with #BB922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB922D; }
p { color: rgb(187,146,45); }
H1.HeaderClassName
{
color: #BB922D;
}
.AnyTagClassName
{
color: #BB922D;
}
</style>
background-color css
<style>
a { background-color: #BB922D; }
a { background-color: rgb(187,146,45); }
div.DivClassName
{
background-color: #BB922D;
}
.BgClassName
{
background-color: #BB922D;
}
</style>
border-color css
<style>
span { border-color: #BB922D; }
span { border-color: rgb(187,146,45); }
td.TdClassName
{
border-color: #BB922D;
}
.TagClassName
{
border-color: #BB922D;
}
</style>