Shades of Nugget #B6942C
Tints of Nugget #B6942C
RGB
CMYK
RGB Variations
Color information
#B6942C (or 0xB6942C) is known color: Nugget. HEX triplet: B6, 94 and 2C. RGB value is (182,148,44). Sum of RGB (Red+Green+Blue) = 182+148+44=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6942C is #496BD3. Grayscale: #929292. Windows color (decimal): -4811732 or 2921654. OLE color: 2921654.
HSL color Cylindrical-coordinate representation of color #B6942C: hue angle of 45.22º 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 #B6942C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 148 | 44 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.29 |
| HSL | 45.22º | 0.61% | 0.44% | - |
| HSV(B) | 45.22º | 0.76% | 0.71% | - |
| XYZ | 30.34 | 31.31 | 6.83 | - |
| YUV | 146.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 148 | 44 | 0 | 0.19 | 0.76 | 0.29 | 45.22 | 0.61 | 0.44 |
| Hex | B6 | 94 | 2C | 0 | 13 | 4C | 1D | 2D | 3D | 2C |
| Octal | 266 | 224 | 54 | 0 | 23 | 114 | 35 | 55 | 75 | 54 |
| Binary | 10110110 | 10010100 | 101100 | 0 | 10011 | 1001100 | 11101 | 101101 | 111101 | 101100 |
Color Harmonies of #B6942C
Complementary color
Monochromatic Colors of #B6942C
Black with #B6942C
Text Example
Text Example
White with #B6942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6942C; }
p { color: rgb(182,148,44); }
H1.HeaderClassName
{
color: #B6942C;
}
.AnyTagClassName
{
color: #B6942C;
}
</style>
background-color css
<style>
a { background-color: #B6942C; }
a { background-color: rgb(182,148,44); }
div.DivClassName
{
background-color: #B6942C;
}
.BgClassName
{
background-color: #B6942C;
}
</style>
border-color css
<style>
span { border-color: #B6942C; }
span { border-color: rgb(182,148,44); }
td.TdClassName
{
border-color: #B6942C;
}
.TagClassName
{
border-color: #B6942C;
}
</style>