Shades of Nugget #B48520
Tints of Nugget #B48520
RGB
CMYK
RGB Variations
Color information
#B48520 (or 0xB48520) is known color: Nugget. HEX triplet: B4, 85 and 20. RGB value is (180,133,32). Sum of RGB (Red+Green+Blue) = 180+133+32=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B48520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48520 is #4B7ADF. Grayscale: #878787. Windows color (decimal): -4946656 or 2131380. OLE color: 2131380.
HSL color Cylindrical-coordinate representation of color #B48520: hue angle of 40.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B48520 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 32 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.29 |
| HSL | 40.95º | 0.7% | 0.42% | - |
| HSV(B) | 40.95º | 0.82% | 0.71% | - |
| XYZ | 27.47 | 26.58 | 5.05 | - |
| YUV | 135.54 | 69.57 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 32 | 0 | 0.26 | 0.82 | 0.29 | 40.95 | 0.7 | 0.42 |
| Hex | B4 | 85 | 20 | 0 | 1A | 52 | 1D | 29 | 46 | 2A |
| Octal | 264 | 205 | 40 | 0 | 32 | 122 | 35 | 51 | 106 | 52 |
| Binary | 10110100 | 10000101 | 100000 | 0 | 11010 | 1010010 | 11101 | 101001 | 1000110 | 101010 |
Color Harmonies of #B48520
Complementary color
Monochromatic Colors of #B48520
Black with #B48520
Text Example
Text Example
White with #B48520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48520; }
p { color: rgb(180,133,32); }
H1.HeaderClassName
{
color: #B48520;
}
.AnyTagClassName
{
color: #B48520;
}
</style>
background-color css
<style>
a { background-color: #B48520; }
a { background-color: rgb(180,133,32); }
div.DivClassName
{
background-color: #B48520;
}
.BgClassName
{
background-color: #B48520;
}
</style>
border-color css
<style>
span { border-color: #B48520; }
span { border-color: rgb(180,133,32); }
td.TdClassName
{
border-color: #B48520;
}
.TagClassName
{
border-color: #B48520;
}
</style>