Shades of Nugget #B7922C
Tints of Nugget #B7922C
RGB
CMYK
RGB Variations
Color information
#B7922C (or 0xB7922C) is known color: Nugget. HEX triplet: B7, 92 and 2C. RGB value is (183,146,44). Sum of RGB (Red+Green+Blue) = 183+146+44=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7922C is #486DD3. Grayscale: #919191. Windows color (decimal): -4746708 or 2921143. OLE color: 2921143.
HSL color Cylindrical-coordinate representation of color #B7922C: hue angle of 44.03º 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 #B7922C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 44 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.28 |
| HSL | 44.03º | 0.61% | 0.45% | - |
| HSV(B) | 44.03º | 0.76% | 0.72% | - |
| XYZ | 30.26 | 30.81 | 6.73 | - |
| YUV | 145.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 44 | 0 | 0.20 | 0.76 | 0.28 | 44.03 | 0.61 | 0.45 |
| Hex | B7 | 92 | 2C | 0 | 14 | 4C | 1C | 2C | 3D | 2D |
| Octal | 267 | 222 | 54 | 0 | 24 | 114 | 34 | 54 | 75 | 55 |
| Binary | 10110111 | 10010010 | 101100 | 0 | 10100 | 1001100 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B7922C
Complementary color
Monochromatic Colors of #B7922C
Black with #B7922C
Text Example
Text Example
White with #B7922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7922C; }
p { color: rgb(183,146,44); }
H1.HeaderClassName
{
color: #B7922C;
}
.AnyTagClassName
{
color: #B7922C;
}
</style>
background-color css
<style>
a { background-color: #B7922C; }
a { background-color: rgb(183,146,44); }
div.DivClassName
{
background-color: #B7922C;
}
.BgClassName
{
background-color: #B7922C;
}
</style>
border-color css
<style>
span { border-color: #B7922C; }
span { border-color: rgb(183,146,44); }
td.TdClassName
{
border-color: #B7922C;
}
.TagClassName
{
border-color: #B7922C;
}
</style>