Shades of Nugget #B58E2D
Tints of Nugget #B58E2D
RGB
CMYK
RGB Variations
Color information
#B58E2D (or 0xB58E2D) is known color: Nugget. HEX triplet: B5, 8E and 2D. RGB value is (181,142,45). Sum of RGB (Red+Green+Blue) = 181+142+45=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E2D is #4A71D2. Grayscale: #8F8F8F. Windows color (decimal): -4878803 or 2985653. OLE color: 2985653.
HSL color Cylindrical-coordinate representation of color #B58E2D: hue angle of 42.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B58E2D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 45 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.29 |
| HSL | 42.79º | 0.6% | 0.44% | - |
| HSV(B) | 42.79º | 0.75% | 0.71% | - |
| XYZ | 29.2 | 29.36 | 6.61 | - |
| YUV | 142.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 45 | 0 | 0.22 | 0.75 | 0.29 | 42.79 | 0.6 | 0.44 |
| Hex | B5 | 8E | 2D | 0 | 16 | 4B | 1D | 2B | 3C | 2C |
| Octal | 265 | 216 | 55 | 0 | 26 | 113 | 35 | 53 | 74 | 54 |
| Binary | 10110101 | 10001110 | 101101 | 0 | 10110 | 1001011 | 11101 | 101011 | 111100 | 101100 |
Color Harmonies of #B58E2D
Complementary color
Monochromatic Colors of #B58E2D
Black with #B58E2D
Text Example
Text Example
White with #B58E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E2D; }
p { color: rgb(181,142,45); }
H1.HeaderClassName
{
color: #B58E2D;
}
.AnyTagClassName
{
color: #B58E2D;
}
</style>
background-color css
<style>
a { background-color: #B58E2D; }
a { background-color: rgb(181,142,45); }
div.DivClassName
{
background-color: #B58E2D;
}
.BgClassName
{
background-color: #B58E2D;
}
</style>
border-color css
<style>
span { border-color: #B58E2D; }
span { border-color: rgb(181,142,45); }
td.TdClassName
{
border-color: #B58E2D;
}
.TagClassName
{
border-color: #B58E2D;
}
</style>