Shades of Nugget #B58A22
Tints of Nugget #B58A22
RGB
CMYK
RGB Variations
Color information
#B58A22 (or 0xB58A22) is known color: Nugget. HEX triplet: B5, 8A and 22. RGB value is (181,138,34). Sum of RGB (Red+Green+Blue) = 181+138+34=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A22 is #4A75DD. Grayscale: #8B8B8B. Windows color (decimal): -4879838 or 2263733. OLE color: 2263733.
HSL color Cylindrical-coordinate representation of color #B58A22: hue angle of 42.45º 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 #B58A22 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 34 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.29 |
| HSL | 42.45º | 0.68% | 0.42% | - |
| HSV(B) | 42.45º | 0.81% | 0.71% | - |
| XYZ | 28.43 | 28.12 | 5.44 | - |
| YUV | 139 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 34 | 0 | 0.24 | 0.81 | 0.29 | 42.45 | 0.68 | 0.42 |
| Hex | B5 | 8A | 22 | 0 | 18 | 51 | 1D | 2A | 44 | 2A |
| Octal | 265 | 212 | 42 | 0 | 30 | 121 | 35 | 52 | 104 | 52 |
| Binary | 10110101 | 10001010 | 100010 | 0 | 11000 | 1010001 | 11101 | 101010 | 1000100 | 101010 |
Color Harmonies of #B58A22
Complementary color
Monochromatic Colors of #B58A22
Black with #B58A22
Text Example
Text Example
White with #B58A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A22; }
p { color: rgb(181,138,34); }
H1.HeaderClassName
{
color: #B58A22;
}
.AnyTagClassName
{
color: #B58A22;
}
</style>
background-color css
<style>
a { background-color: #B58A22; }
a { background-color: rgb(181,138,34); }
div.DivClassName
{
background-color: #B58A22;
}
.BgClassName
{
background-color: #B58A22;
}
</style>
border-color css
<style>
span { border-color: #B58A22; }
span { border-color: rgb(181,138,34); }
td.TdClassName
{
border-color: #B58A22;
}
.TagClassName
{
border-color: #B58A22;
}
</style>