Shades of Nugget #B7932C
Tints of Nugget #B7932C
RGB
CMYK
RGB Variations
Color information
#B7932C (or 0xB7932C) is known color: Nugget. HEX triplet: B7, 93 and 2C. RGB value is (183,147,44). Sum of RGB (Red+Green+Blue) = 183+147+44=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7932C is #486CD3. Grayscale: #929292. Windows color (decimal): -4746452 or 2921399. OLE color: 2921399.
HSL color Cylindrical-coordinate representation of color #B7932C: hue angle of 44.46º 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 #B7932C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 44 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.28 |
| HSL | 44.46º | 0.61% | 0.45% | - |
| HSV(B) | 44.46º | 0.76% | 0.72% | - |
| XYZ | 30.42 | 31.12 | 6.79 | - |
| YUV | 146.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 44 | 0 | 0.20 | 0.76 | 0.28 | 44.46 | 0.61 | 0.45 |
| Hex | B7 | 93 | 2C | 0 | 14 | 4C | 1C | 2C | 3D | 2D |
| Octal | 267 | 223 | 54 | 0 | 24 | 114 | 34 | 54 | 75 | 55 |
| Binary | 10110111 | 10010011 | 101100 | 0 | 10100 | 1001100 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B7932C
Complementary color
Monochromatic Colors of #B7932C
Black with #B7932C
Text Example
Text Example
White with #B7932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7932C; }
p { color: rgb(183,147,44); }
H1.HeaderClassName
{
color: #B7932C;
}
.AnyTagClassName
{
color: #B7932C;
}
</style>
background-color css
<style>
a { background-color: #B7932C; }
a { background-color: rgb(183,147,44); }
div.DivClassName
{
background-color: #B7932C;
}
.BgClassName
{
background-color: #B7932C;
}
</style>
border-color css
<style>
span { border-color: #B7932C; }
span { border-color: rgb(183,147,44); }
td.TdClassName
{
border-color: #B7932C;
}
.TagClassName
{
border-color: #B7932C;
}
</style>