Shades of Nugget #B58A26
Tints of Nugget #B58A26
RGB
CMYK
RGB Variations
Color information
#B58A26 (or 0xB58A26) is known color: Nugget. HEX triplet: B5, 8A and 26. RGB value is (181,138,38). Sum of RGB (Red+Green+Blue) = 181+138+38=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A26 is #4A75D9. Grayscale: #8B8B8B. Windows color (decimal): -4879834 or 2525877. OLE color: 2525877.
HSL color Cylindrical-coordinate representation of color #B58A26: hue angle of 41.96º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B58A26 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 38 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.29 |
| HSL | 41.96º | 0.65% | 0.43% | - |
| HSV(B) | 41.96º | 0.79% | 0.71% | - |
| XYZ | 28.49 | 28.14 | 5.76 | - |
| YUV | 139.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 38 | 0 | 0.24 | 0.79 | 0.29 | 41.96 | 0.65 | 0.43 |
| Hex | B5 | 8A | 26 | 0 | 18 | 4F | 1D | 2A | 41 | 2B |
| Octal | 265 | 212 | 46 | 0 | 30 | 117 | 35 | 52 | 101 | 53 |
| Binary | 10110101 | 10001010 | 100110 | 0 | 11000 | 1001111 | 11101 | 101010 | 1000001 | 101011 |
Color Harmonies of #B58A26
Complementary color
Monochromatic Colors of #B58A26
Black with #B58A26
Text Example
Text Example
White with #B58A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A26; }
p { color: rgb(181,138,38); }
H1.HeaderClassName
{
color: #B58A26;
}
.AnyTagClassName
{
color: #B58A26;
}
</style>
background-color css
<style>
a { background-color: #B58A26; }
a { background-color: rgb(181,138,38); }
div.DivClassName
{
background-color: #B58A26;
}
.BgClassName
{
background-color: #B58A26;
}
</style>
border-color css
<style>
span { border-color: #B58A26; }
span { border-color: rgb(181,138,38); }
td.TdClassName
{
border-color: #B58A26;
}
.TagClassName
{
border-color: #B58A26;
}
</style>