Shades of Nugget #B58D1E
Tints of Nugget #B58D1E
RGB
CMYK
RGB Variations
Color information
#B58D1E (or 0xB58D1E) is known color: Nugget. HEX triplet: B5, 8D and 1E. RGB value is (181,141,30). Sum of RGB (Red+Green+Blue) = 181+141+30=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D1E is #4A72E1. Grayscale: #8C8C8C. Windows color (decimal): -4879074 or 2002357. OLE color: 2002357.
HSL color Cylindrical-coordinate representation of color #B58D1E: hue angle of 44.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B58D1E is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 30 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.29 |
| HSL | 44.11º | 0.72% | 0.41% | - |
| HSV(B) | 44.11º | 0.83% | 0.71% | - |
| XYZ | 28.82 | 28.97 | 5.3 | - |
| YUV | 140.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 30 | 0 | 0.22 | 0.83 | 0.29 | 44.11 | 0.72 | 0.41 |
| Hex | B5 | 8D | 1E | 0 | 16 | 53 | 1D | 2C | 48 | 29 |
| Octal | 265 | 215 | 36 | 0 | 26 | 123 | 35 | 54 | 110 | 51 |
| Binary | 10110101 | 10001101 | 11110 | 0 | 10110 | 1010011 | 11101 | 101100 | 1001000 | 101001 |
Color Harmonies of #B58D1E
Complementary color
Monochromatic Colors of #B58D1E
Black with #B58D1E
Text Example
Text Example
White with #B58D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D1E; }
p { color: rgb(181,141,30); }
H1.HeaderClassName
{
color: #B58D1E;
}
.AnyTagClassName
{
color: #B58D1E;
}
</style>
background-color css
<style>
a { background-color: #B58D1E; }
a { background-color: rgb(181,141,30); }
div.DivClassName
{
background-color: #B58D1E;
}
.BgClassName
{
background-color: #B58D1E;
}
</style>
border-color css
<style>
span { border-color: #B58D1E; }
span { border-color: rgb(181,141,30); }
td.TdClassName
{
border-color: #B58D1E;
}
.TagClassName
{
border-color: #B58D1E;
}
</style>