Shades of Nugget #B58822
Tints of Nugget #B58822
RGB
CMYK
RGB Variations
Color information
#B58822 (or 0xB58822) is known color: Nugget. HEX triplet: B5, 88 and 22. RGB value is (181,136,34). Sum of RGB (Red+Green+Blue) = 181+136+34=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B58822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58822 is #4A77DD. Grayscale: #8A8A8A. Windows color (decimal): -4880350 or 2263221. OLE color: 2263221.
HSL color Cylindrical-coordinate representation of color #B58822: hue angle of 41.63º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58822 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 34 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.29 |
| HSL | 41.63º | 0.68% | 0.42% | - |
| HSV(B) | 41.63º | 0.81% | 0.71% | - |
| XYZ | 28.15 | 27.55 | 5.35 | - |
| YUV | 137.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 34 | 0 | 0.25 | 0.81 | 0.29 | 41.63 | 0.68 | 0.42 |
| Hex | B5 | 88 | 22 | 0 | 19 | 51 | 1D | 2A | 44 | 2A |
| Octal | 265 | 210 | 42 | 0 | 31 | 121 | 35 | 52 | 104 | 52 |
| Binary | 10110101 | 10001000 | 100010 | 0 | 11001 | 1010001 | 11101 | 101010 | 1000100 | 101010 |
Color Harmonies of #B58822
Complementary color
Monochromatic Colors of #B58822
Black with #B58822
Text Example
Text Example
White with #B58822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58822; }
p { color: rgb(181,136,34); }
H1.HeaderClassName
{
color: #B58822;
}
.AnyTagClassName
{
color: #B58822;
}
</style>
background-color css
<style>
a { background-color: #B58822; }
a { background-color: rgb(181,136,34); }
div.DivClassName
{
background-color: #B58822;
}
.BgClassName
{
background-color: #B58822;
}
</style>
border-color css
<style>
span { border-color: #B58822; }
span { border-color: rgb(181,136,34); }
td.TdClassName
{
border-color: #B58822;
}
.TagClassName
{
border-color: #B58822;
}
</style>