Shades of Nugget #B7922F
Tints of Nugget #B7922F
RGB
CMYK
RGB Variations
Color information
#B7922F (or 0xB7922F) is known color: Nugget. HEX triplet: B7, 92 and 2F. RGB value is (183,146,47). Sum of RGB (Red+Green+Blue) = 183+146+47=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7922F is #486DD0. Grayscale: #929292. Windows color (decimal): -4746705 or 3117751. OLE color: 3117751.
HSL color Cylindrical-coordinate representation of color #B7922F: hue angle of 43.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7922F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 47 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.28 |
| HSL | 43.68º | 0.59% | 0.45% | - |
| HSV(B) | 43.68º | 0.74% | 0.72% | - |
| XYZ | 30.32 | 30.83 | 7.04 | - |
| YUV | 145.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 47 | 0 | 0.20 | 0.74 | 0.28 | 43.68 | 0.59 | 0.45 |
| Hex | B7 | 92 | 2F | 0 | 14 | 4A | 1C | 2C | 3B | 2D |
| Octal | 267 | 222 | 57 | 0 | 24 | 112 | 34 | 54 | 73 | 55 |
| Binary | 10110111 | 10010010 | 101111 | 0 | 10100 | 1001010 | 11100 | 101100 | 111011 | 101101 |
Color Harmonies of #B7922F
Complementary color
Monochromatic Colors of #B7922F
Black with #B7922F
Text Example
Text Example
White with #B7922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7922F; }
p { color: rgb(183,146,47); }
H1.HeaderClassName
{
color: #B7922F;
}
.AnyTagClassName
{
color: #B7922F;
}
</style>
background-color css
<style>
a { background-color: #B7922F; }
a { background-color: rgb(183,146,47); }
div.DivClassName
{
background-color: #B7922F;
}
.BgClassName
{
background-color: #B7922F;
}
</style>
border-color css
<style>
span { border-color: #B7922F; }
span { border-color: rgb(183,146,47); }
td.TdClassName
{
border-color: #B7922F;
}
.TagClassName
{
border-color: #B7922F;
}
</style>