Shades of Nugget #B58D2B
Tints of Nugget #B58D2B
RGB
CMYK
RGB Variations
Color information
#B58D2B (or 0xB58D2B) is known color: Nugget. HEX triplet: B5, 8D and 2B. RGB value is (181,141,43). Sum of RGB (Red+Green+Blue) = 181+141+43=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D2B is #4A72D4. Grayscale: #8E8E8E. Windows color (decimal): -4879061 or 2854325. OLE color: 2854325.
HSL color Cylindrical-coordinate representation of color #B58D2B: hue angle of 42.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B58D2B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 43 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.29 |
| HSL | 42.61º | 0.62% | 0.44% | - |
| HSV(B) | 42.61º | 0.76% | 0.71% | - |
| XYZ | 29.02 | 29.05 | 6.36 | - |
| YUV | 141.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 43 | 0 | 0.22 | 0.76 | 0.29 | 42.61 | 0.62 | 0.44 |
| Hex | B5 | 8D | 2B | 0 | 16 | 4C | 1D | 2B | 3E | 2C |
| Octal | 265 | 215 | 53 | 0 | 26 | 114 | 35 | 53 | 76 | 54 |
| Binary | 10110101 | 10001101 | 101011 | 0 | 10110 | 1001100 | 11101 | 101011 | 111110 | 101100 |
Color Harmonies of #B58D2B
Complementary color
Monochromatic Colors of #B58D2B
Black with #B58D2B
Text Example
Text Example
White with #B58D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D2B; }
p { color: rgb(181,141,43); }
H1.HeaderClassName
{
color: #B58D2B;
}
.AnyTagClassName
{
color: #B58D2B;
}
</style>
background-color css
<style>
a { background-color: #B58D2B; }
a { background-color: rgb(181,141,43); }
div.DivClassName
{
background-color: #B58D2B;
}
.BgClassName
{
background-color: #B58D2B;
}
</style>
border-color css
<style>
span { border-color: #B58D2B; }
span { border-color: rgb(181,141,43); }
td.TdClassName
{
border-color: #B58D2B;
}
.TagClassName
{
border-color: #B58D2B;
}
</style>