Shades of Nugget #B28520
Tints of Nugget #B28520
RGB
CMYK
RGB Variations
Color information
#B28520 (or 0xB28520) is known color: Nugget. HEX triplet: B2, 85 and 20. RGB value is (178,133,32). Sum of RGB (Red+Green+Blue) = 178+133+32=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B28520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28520 is #4D7ADF. Grayscale: #878787. Windows color (decimal): -5077728 or 2131378. OLE color: 2131378.
HSL color Cylindrical-coordinate representation of color #B28520: hue angle of 41.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B28520 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 32 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.30 |
| HSL | 41.51º | 0.7% | 0.41% | - |
| HSV(B) | 41.51º | 0.82% | 0.7% | - |
| XYZ | 27.01 | 26.34 | 5.03 | - |
| YUV | 134.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 32 | 0 | 0.25 | 0.82 | 0.30 | 41.51 | 0.7 | 0.41 |
| Hex | B2 | 85 | 20 | 0 | 19 | 52 | 1E | 2A | 46 | 29 |
| Octal | 262 | 205 | 40 | 0 | 31 | 122 | 36 | 52 | 106 | 51 |
| Binary | 10110010 | 10000101 | 100000 | 0 | 11001 | 1010010 | 11110 | 101010 | 1000110 | 101001 |
Color Harmonies of #B28520
Complementary color
Monochromatic Colors of #B28520
Black with #B28520
Text Example
Text Example
White with #B28520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28520; }
p { color: rgb(178,133,32); }
H1.HeaderClassName
{
color: #B28520;
}
.AnyTagClassName
{
color: #B28520;
}
</style>
background-color css
<style>
a { background-color: #B28520; }
a { background-color: rgb(178,133,32); }
div.DivClassName
{
background-color: #B28520;
}
.BgClassName
{
background-color: #B28520;
}
</style>
border-color css
<style>
span { border-color: #B28520; }
span { border-color: rgb(178,133,32); }
td.TdClassName
{
border-color: #B28520;
}
.TagClassName
{
border-color: #B28520;
}
</style>