Shades of Nugget #B7922D
Tints of Nugget #B7922D
RGB
CMYK
RGB Variations
Color information
#B7922D (or 0xB7922D) is known color: Nugget. HEX triplet: B7, 92 and 2D. RGB value is (183,146,45). Sum of RGB (Red+Green+Blue) = 183+146+45=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7922D is #486DD2. Grayscale: #919191. Windows color (decimal): -4746707 or 2986679. OLE color: 2986679.
HSL color Cylindrical-coordinate representation of color #B7922D: hue angle of 43.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7922D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 45 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.28 |
| HSL | 43.91º | 0.61% | 0.45% | - |
| HSV(B) | 43.91º | 0.75% | 0.72% | - |
| XYZ | 30.28 | 30.81 | 6.83 | - |
| YUV | 145.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 45 | 0 | 0.20 | 0.75 | 0.28 | 43.91 | 0.61 | 0.45 |
| Hex | B7 | 92 | 2D | 0 | 14 | 4B | 1C | 2C | 3D | 2D |
| Octal | 267 | 222 | 55 | 0 | 24 | 113 | 34 | 54 | 75 | 55 |
| Binary | 10110111 | 10010010 | 101101 | 0 | 10100 | 1001011 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B7922D
Complementary color
Monochromatic Colors of #B7922D
Black with #B7922D
Text Example
Text Example
White with #B7922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7922D; }
p { color: rgb(183,146,45); }
H1.HeaderClassName
{
color: #B7922D;
}
.AnyTagClassName
{
color: #B7922D;
}
</style>
background-color css
<style>
a { background-color: #B7922D; }
a { background-color: rgb(183,146,45); }
div.DivClassName
{
background-color: #B7922D;
}
.BgClassName
{
background-color: #B7922D;
}
</style>
border-color css
<style>
span { border-color: #B7922D; }
span { border-color: rgb(183,146,45); }
td.TdClassName
{
border-color: #B7922D;
}
.TagClassName
{
border-color: #B7922D;
}
</style>