Shades of Nugget #B58C20
Tints of Nugget #B58C20
RGB
CMYK
RGB Variations
Color information
#B58C20 (or 0xB58C20) is known color: Nugget. HEX triplet: B5, 8C and 20. RGB value is (181,140,32). Sum of RGB (Red+Green+Blue) = 181+140+32=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C20 is #4A73DF. Grayscale: #8C8C8C. Windows color (decimal): -4879328 or 2133173. OLE color: 2133173.
HSL color Cylindrical-coordinate representation of color #B58C20: hue angle of 43.49º 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 #B58C20 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 32 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.29 |
| HSL | 43.49º | 0.7% | 0.42% | - |
| HSV(B) | 43.49º | 0.82% | 0.71% | - |
| XYZ | 28.69 | 28.68 | 5.39 | - |
| YUV | 139.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 32 | 0 | 0.23 | 0.82 | 0.29 | 43.49 | 0.7 | 0.42 |
| Hex | B5 | 8C | 20 | 0 | 17 | 52 | 1D | 2B | 46 | 2A |
| Octal | 265 | 214 | 40 | 0 | 27 | 122 | 35 | 53 | 106 | 52 |
| Binary | 10110101 | 10001100 | 100000 | 0 | 10111 | 1010010 | 11101 | 101011 | 1000110 | 101010 |
Color Harmonies of #B58C20
Complementary color
Monochromatic Colors of #B58C20
Black with #B58C20
Text Example
Text Example
White with #B58C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C20; }
p { color: rgb(181,140,32); }
H1.HeaderClassName
{
color: #B58C20;
}
.AnyTagClassName
{
color: #B58C20;
}
</style>
background-color css
<style>
a { background-color: #B58C20; }
a { background-color: rgb(181,140,32); }
div.DivClassName
{
background-color: #B58C20;
}
.BgClassName
{
background-color: #B58C20;
}
</style>
border-color css
<style>
span { border-color: #B58C20; }
span { border-color: rgb(181,140,32); }
td.TdClassName
{
border-color: #B58C20;
}
.TagClassName
{
border-color: #B58C20;
}
</style>