Shades of Nugget #BB922C
Tints of Nugget #BB922C
RGB
CMYK
RGB Variations
Color information
#BB922C (or 0xBB922C) is known color: Nugget. HEX triplet: BB, 92 and 2C. RGB value is (187,146,44). Sum of RGB (Red+Green+Blue) = 187+146+44=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB922C is #446DD3. Grayscale: #939393. Windows color (decimal): -4484564 or 2921147. OLE color: 2921147.
HSL color Cylindrical-coordinate representation of color #BB922C: hue angle of 42.8º degrees, saturation: 0.62, 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 #BB922C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 44 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.27 |
| HSL | 42.8º | 0.62% | 0.45% | - |
| HSV(B) | 42.8º | 0.76% | 0.73% | - |
| XYZ | 31.23 | 31.3 | 6.78 | - |
| YUV | 146.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 44 | 0 | 0.22 | 0.76 | 0.27 | 42.8 | 0.62 | 0.45 |
| Hex | BB | 92 | 2C | 0 | 16 | 4C | 1B | 2B | 3E | 2D |
| Octal | 273 | 222 | 54 | 0 | 26 | 114 | 33 | 53 | 76 | 55 |
| Binary | 10111011 | 10010010 | 101100 | 0 | 10110 | 1001100 | 11011 | 101011 | 111110 | 101101 |
Color Harmonies of #BB922C
Complementary color
Monochromatic Colors of #BB922C
Black with #BB922C
Text Example
Text Example
White with #BB922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB922C; }
p { color: rgb(187,146,44); }
H1.HeaderClassName
{
color: #BB922C;
}
.AnyTagClassName
{
color: #BB922C;
}
</style>
background-color css
<style>
a { background-color: #BB922C; }
a { background-color: rgb(187,146,44); }
div.DivClassName
{
background-color: #BB922C;
}
.BgClassName
{
background-color: #BB922C;
}
</style>
border-color css
<style>
span { border-color: #BB922C; }
span { border-color: rgb(187,146,44); }
td.TdClassName
{
border-color: #BB922C;
}
.TagClassName
{
border-color: #BB922C;
}
</style>