Shades of Nugget #B58420
Tints of Nugget #B58420
RGB
CMYK
RGB Variations
Color information
#B58420 (or 0xB58420) is known color: Nugget. HEX triplet: B5, 84 and 20. RGB value is (181,132,32). Sum of RGB (Red+Green+Blue) = 181+132+32=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B58420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58420 is #4A7BDF. Grayscale: #878787. Windows color (decimal): -4881376 or 2131125. OLE color: 2131125.
HSL color Cylindrical-coordinate representation of color #B58420: hue angle of 40.27º 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 #B58420 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 32 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.29 |
| HSL | 40.27º | 0.7% | 0.42% | - |
| HSV(B) | 40.27º | 0.82% | 0.71% | - |
| XYZ | 27.57 | 26.43 | 5.02 | - |
| YUV | 135.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 32 | 0 | 0.27 | 0.82 | 0.29 | 40.27 | 0.7 | 0.42 |
| Hex | B5 | 84 | 20 | 0 | 1B | 52 | 1D | 28 | 46 | 2A |
| Octal | 265 | 204 | 40 | 0 | 33 | 122 | 35 | 50 | 106 | 52 |
| Binary | 10110101 | 10000100 | 100000 | 0 | 11011 | 1010010 | 11101 | 101000 | 1000110 | 101010 |
Color Harmonies of #B58420
Complementary color
Monochromatic Colors of #B58420
Black with #B58420
Text Example
Text Example
White with #B58420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58420; }
p { color: rgb(181,132,32); }
H1.HeaderClassName
{
color: #B58420;
}
.AnyTagClassName
{
color: #B58420;
}
</style>
background-color css
<style>
a { background-color: #B58420; }
a { background-color: rgb(181,132,32); }
div.DivClassName
{
background-color: #B58420;
}
.BgClassName
{
background-color: #B58420;
}
</style>
border-color css
<style>
span { border-color: #B58420; }
span { border-color: rgb(181,132,32); }
td.TdClassName
{
border-color: #B58420;
}
.TagClassName
{
border-color: #B58420;
}
</style>