Shades of Nugget #B58821
Tints of Nugget #B58821
RGB
CMYK
RGB Variations
Color information
#B58821 (or 0xB58821) is known color: Nugget. HEX triplet: B5, 88 and 21. RGB value is (181,136,33). Sum of RGB (Red+Green+Blue) = 181+136+33=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B58821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58821 is #4A77DE. Grayscale: #8A8A8A. Windows color (decimal): -4880351 or 2197685. OLE color: 2197685.
HSL color Cylindrical-coordinate representation of color #B58821: hue angle of 41.76º degrees, saturation: 0.69, 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 #B58821 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 33 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.29 |
| HSL | 41.76º | 0.69% | 0.42% | - |
| HSV(B) | 41.76º | 0.82% | 0.71% | - |
| XYZ | 28.13 | 27.54 | 5.27 | - |
| YUV | 137.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 33 | 0 | 0.25 | 0.82 | 0.29 | 41.76 | 0.69 | 0.42 |
| Hex | B5 | 88 | 21 | 0 | 19 | 52 | 1D | 2A | 45 | 2A |
| Octal | 265 | 210 | 41 | 0 | 31 | 122 | 35 | 52 | 105 | 52 |
| Binary | 10110101 | 10001000 | 100001 | 0 | 11001 | 1010010 | 11101 | 101010 | 1000101 | 101010 |
Color Harmonies of #B58821
Complementary color
Monochromatic Colors of #B58821
Black with #B58821
Text Example
Text Example
White with #B58821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58821; }
p { color: rgb(181,136,33); }
H1.HeaderClassName
{
color: #B58821;
}
.AnyTagClassName
{
color: #B58821;
}
</style>
background-color css
<style>
a { background-color: #B58821; }
a { background-color: rgb(181,136,33); }
div.DivClassName
{
background-color: #B58821;
}
.BgClassName
{
background-color: #B58821;
}
</style>
border-color css
<style>
span { border-color: #B58821; }
span { border-color: rgb(181,136,33); }
td.TdClassName
{
border-color: #B58821;
}
.TagClassName
{
border-color: #B58821;
}
</style>