Shades of Nugget #B58A21
Tints of Nugget #B58A21
RGB
CMYK
RGB Variations
Color information
#B58A21 (or 0xB58A21) is known color: Nugget. HEX triplet: B5, 8A and 21. RGB value is (181,138,33). Sum of RGB (Red+Green+Blue) = 181+138+33=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A21 is #4A75DE. Grayscale: #8B8B8B. Windows color (decimal): -4879839 or 2198197. OLE color: 2198197.
HSL color Cylindrical-coordinate representation of color #B58A21: hue angle of 42.57º 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 #B58A21 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 33 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.29 |
| HSL | 42.57º | 0.69% | 0.42% | - |
| HSV(B) | 42.57º | 0.82% | 0.71% | - |
| XYZ | 28.42 | 28.11 | 5.37 | - |
| YUV | 138.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 33 | 0 | 0.24 | 0.82 | 0.29 | 42.57 | 0.69 | 0.42 |
| Hex | B5 | 8A | 21 | 0 | 18 | 52 | 1D | 2B | 45 | 2A |
| Octal | 265 | 212 | 41 | 0 | 30 | 122 | 35 | 53 | 105 | 52 |
| Binary | 10110101 | 10001010 | 100001 | 0 | 11000 | 1010010 | 11101 | 101011 | 1000101 | 101010 |
Color Harmonies of #B58A21
Complementary color
Monochromatic Colors of #B58A21
Black with #B58A21
Text Example
Text Example
White with #B58A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A21; }
p { color: rgb(181,138,33); }
H1.HeaderClassName
{
color: #B58A21;
}
.AnyTagClassName
{
color: #B58A21;
}
</style>
background-color css
<style>
a { background-color: #B58A21; }
a { background-color: rgb(181,138,33); }
div.DivClassName
{
background-color: #B58A21;
}
.BgClassName
{
background-color: #B58A21;
}
</style>
border-color css
<style>
span { border-color: #B58A21; }
span { border-color: rgb(181,138,33); }
td.TdClassName
{
border-color: #B58A21;
}
.TagClassName
{
border-color: #B58A21;
}
</style>