Shades of Nugget #B6932C
Tints of Nugget #B6932C
RGB
CMYK
RGB Variations
Color information
#B6932C (or 0xB6932C) is known color: Nugget. HEX triplet: B6, 93 and 2C. RGB value is (182,147,44). Sum of RGB (Red+Green+Blue) = 182+147+44=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6932C is #496CD3. Grayscale: #929292. Windows color (decimal): -4811988 or 2921398. OLE color: 2921398.
HSL color Cylindrical-coordinate representation of color #B6932C: hue angle of 44.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6932C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 147 | 44 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.29 |
| HSL | 44.78º | 0.61% | 0.44% | - |
| HSV(B) | 44.78º | 0.76% | 0.71% | - |
| XYZ | 30.18 | 30.99 | 6.77 | - |
| YUV | 145.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 147 | 44 | 0 | 0.19 | 0.76 | 0.29 | 44.78 | 0.61 | 0.44 |
| Hex | B6 | 93 | 2C | 0 | 13 | 4C | 1D | 2D | 3D | 2C |
| Octal | 266 | 223 | 54 | 0 | 23 | 114 | 35 | 55 | 75 | 54 |
| Binary | 10110110 | 10010011 | 101100 | 0 | 10011 | 1001100 | 11101 | 101101 | 111101 | 101100 |
Color Harmonies of #B6932C
Complementary color
Monochromatic Colors of #B6932C
Black with #B6932C
Text Example
Text Example
White with #B6932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6932C; }
p { color: rgb(182,147,44); }
H1.HeaderClassName
{
color: #B6932C;
}
.AnyTagClassName
{
color: #B6932C;
}
</style>
background-color css
<style>
a { background-color: #B6932C; }
a { background-color: rgb(182,147,44); }
div.DivClassName
{
background-color: #B6932C;
}
.BgClassName
{
background-color: #B6932C;
}
</style>
border-color css
<style>
span { border-color: #B6932C; }
span { border-color: rgb(182,147,44); }
td.TdClassName
{
border-color: #B6932C;
}
.TagClassName
{
border-color: #B6932C;
}
</style>