Shades of Nugget #B4922D
Tints of Nugget #B4922D
RGB
CMYK
RGB Variations
Color information
#B4922D (or 0xB4922D) is known color: Nugget. HEX triplet: B4, 92 and 2D. RGB value is (180,146,45). Sum of RGB (Red+Green+Blue) = 180+146+45=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4922D is #4B6DD2. Grayscale: #919191. Windows color (decimal): -4943315 or 2986676. OLE color: 2986676.
HSL color Cylindrical-coordinate representation of color #B4922D: hue angle of 44.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4922D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 45 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.29 |
| HSL | 44.89º | 0.6% | 0.44% | - |
| HSV(B) | 44.89º | 0.75% | 0.71% | - |
| XYZ | 29.57 | 30.45 | 6.8 | - |
| YUV | 144.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 45 | 0 | 0.19 | 0.75 | 0.29 | 44.89 | 0.6 | 0.44 |
| Hex | B4 | 92 | 2D | 0 | 13 | 4B | 1D | 2D | 3C | 2C |
| Octal | 264 | 222 | 55 | 0 | 23 | 113 | 35 | 55 | 74 | 54 |
| Binary | 10110100 | 10010010 | 101101 | 0 | 10011 | 1001011 | 11101 | 101101 | 111100 | 101100 |
Color Harmonies of #B4922D
Complementary color
Monochromatic Colors of #B4922D
Black with #B4922D
Text Example
Text Example
White with #B4922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4922D; }
p { color: rgb(180,146,45); }
H1.HeaderClassName
{
color: #B4922D;
}
.AnyTagClassName
{
color: #B4922D;
}
</style>
background-color css
<style>
a { background-color: #B4922D; }
a { background-color: rgb(180,146,45); }
div.DivClassName
{
background-color: #B4922D;
}
.BgClassName
{
background-color: #B4922D;
}
</style>
border-color css
<style>
span { border-color: #B4922D; }
span { border-color: rgb(180,146,45); }
td.TdClassName
{
border-color: #B4922D;
}
.TagClassName
{
border-color: #B4922D;
}
</style>