Shades of Nugget #B8932C
Tints of Nugget #B8932C
RGB
CMYK
RGB Variations
Color information
#B8932C (or 0xB8932C) is known color: Nugget. HEX triplet: B8, 93 and 2C. RGB value is (184,147,44). Sum of RGB (Red+Green+Blue) = 184+147+44=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8932C is #476CD3. Grayscale: #929292. Windows color (decimal): -4680916 or 2921400. OLE color: 2921400.
HSL color Cylindrical-coordinate representation of color #B8932C: hue angle of 44.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8932C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 44 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.28 |
| HSL | 44.14º | 0.61% | 0.45% | - |
| HSV(B) | 44.14º | 0.76% | 0.72% | - |
| XYZ | 30.66 | 31.24 | 6.8 | - |
| YUV | 146.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 44 | 0 | 0.20 | 0.76 | 0.28 | 44.14 | 0.61 | 0.45 |
| Hex | B8 | 93 | 2C | 0 | 14 | 4C | 1C | 2C | 3D | 2D |
| Octal | 270 | 223 | 54 | 0 | 24 | 114 | 34 | 54 | 75 | 55 |
| Binary | 10111000 | 10010011 | 101100 | 0 | 10100 | 1001100 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B8932C
Complementary color
Monochromatic Colors of #B8932C
Black with #B8932C
Text Example
Text Example
White with #B8932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8932C; }
p { color: rgb(184,147,44); }
H1.HeaderClassName
{
color: #B8932C;
}
.AnyTagClassName
{
color: #B8932C;
}
</style>
background-color css
<style>
a { background-color: #B8932C; }
a { background-color: rgb(184,147,44); }
div.DivClassName
{
background-color: #B8932C;
}
.BgClassName
{
background-color: #B8932C;
}
</style>
border-color css
<style>
span { border-color: #B8932C; }
span { border-color: rgb(184,147,44); }
td.TdClassName
{
border-color: #B8932C;
}
.TagClassName
{
border-color: #B8932C;
}
</style>