Shades of Nugget #B8922D
Tints of Nugget #B8922D
RGB
CMYK
RGB Variations
Color information
#B8922D (or 0xB8922D) is known color: Nugget. HEX triplet: B8, 92 and 2D. RGB value is (184,146,45). Sum of RGB (Red+Green+Blue) = 184+146+45=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8922D is #476DD2. Grayscale: #929292. Windows color (decimal): -4681171 or 2986680. OLE color: 2986680.
HSL color Cylindrical-coordinate representation of color #B8922D: hue angle of 43.6º 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 #B8922D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 45 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.28 |
| HSL | 43.6º | 0.61% | 0.45% | - |
| HSV(B) | 43.6º | 0.76% | 0.72% | - |
| XYZ | 30.52 | 30.94 | 6.85 | - |
| YUV | 145.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 45 | 0 | 0.21 | 0.76 | 0.28 | 43.6 | 0.61 | 0.45 |
| Hex | B8 | 92 | 2D | 0 | 15 | 4C | 1C | 2C | 3D | 2D |
| Octal | 270 | 222 | 55 | 0 | 25 | 114 | 34 | 54 | 75 | 55 |
| Binary | 10111000 | 10010010 | 101101 | 0 | 10101 | 1001100 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B8922D
Complementary color
Monochromatic Colors of #B8922D
Black with #B8922D
Text Example
Text Example
White with #B8922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8922D; }
p { color: rgb(184,146,45); }
H1.HeaderClassName
{
color: #B8922D;
}
.AnyTagClassName
{
color: #B8922D;
}
</style>
background-color css
<style>
a { background-color: #B8922D; }
a { background-color: rgb(184,146,45); }
div.DivClassName
{
background-color: #B8922D;
}
.BgClassName
{
background-color: #B8922D;
}
</style>
border-color css
<style>
span { border-color: #B8922D; }
span { border-color: rgb(184,146,45); }
td.TdClassName
{
border-color: #B8922D;
}
.TagClassName
{
border-color: #B8922D;
}
</style>