Shades of Nugget #B58B2B
Tints of Nugget #B58B2B
RGB
CMYK
RGB Variations
Color information
#B58B2B (or 0xB58B2B) is known color: Nugget. HEX triplet: B5, 8B and 2B. RGB value is (181,139,43). Sum of RGB (Red+Green+Blue) = 181+139+43=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B2B is #4A74D4. Grayscale: #8D8D8D. Windows color (decimal): -4879573 or 2853813. OLE color: 2853813.
HSL color Cylindrical-coordinate representation of color #B58B2B: hue angle of 41.74º 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 #B58B2B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 43 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.29 |
| HSL | 41.74º | 0.62% | 0.44% | - |
| HSV(B) | 41.74º | 0.76% | 0.71% | - |
| XYZ | 28.72 | 28.46 | 6.27 | - |
| YUV | 140.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 43 | 0 | 0.23 | 0.76 | 0.29 | 41.74 | 0.62 | 0.44 |
| Hex | B5 | 8B | 2B | 0 | 17 | 4C | 1D | 2A | 3E | 2C |
| Octal | 265 | 213 | 53 | 0 | 27 | 114 | 35 | 52 | 76 | 54 |
| Binary | 10110101 | 10001011 | 101011 | 0 | 10111 | 1001100 | 11101 | 101010 | 111110 | 101100 |
Color Harmonies of #B58B2B
Complementary color
Monochromatic Colors of #B58B2B
Black with #B58B2B
Text Example
Text Example
White with #B58B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B2B; }
p { color: rgb(181,139,43); }
H1.HeaderClassName
{
color: #B58B2B;
}
.AnyTagClassName
{
color: #B58B2B;
}
</style>
background-color css
<style>
a { background-color: #B58B2B; }
a { background-color: rgb(181,139,43); }
div.DivClassName
{
background-color: #B58B2B;
}
.BgClassName
{
background-color: #B58B2B;
}
</style>
border-color css
<style>
span { border-color: #B58B2B; }
span { border-color: rgb(181,139,43); }
td.TdClassName
{
border-color: #B58B2B;
}
.TagClassName
{
border-color: #B58B2B;
}
</style>