Shades of Nugget #B88520
Tints of Nugget #B88520
RGB
CMYK
RGB Variations
Color information
#B88520 (or 0xB88520) is known color: Nugget. HEX triplet: B8, 85 and 20. RGB value is (184,133,32). Sum of RGB (Red+Green+Blue) = 184+133+32=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B88520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88520 is #477ADF. Grayscale: #898989. Windows color (decimal): -4684512 or 2131384. OLE color: 2131384.
HSL color Cylindrical-coordinate representation of color #B88520: hue angle of 39.87º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B88520 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.28 |
| HSL | 39.87º | 0.7% | 0.42% | - |
| HSV(B) | 39.87º | 0.83% | 0.72% | - |
| XYZ | 28.42 | 27.07 | 5.09 | - |
| YUV | 136.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 32 | 0 | 0.28 | 0.83 | 0.28 | 39.87 | 0.7 | 0.42 |
| Hex | B8 | 85 | 20 | 0 | 1C | 53 | 1C | 28 | 46 | 2A |
| Octal | 270 | 205 | 40 | 0 | 34 | 123 | 34 | 50 | 106 | 52 |
| Binary | 10111000 | 10000101 | 100000 | 0 | 11100 | 1010011 | 11100 | 101000 | 1000110 | 101010 |
Color Harmonies of #B88520
Complementary color
Monochromatic Colors of #B88520
Black with #B88520
Text Example
Text Example
White with #B88520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88520; }
p { color: rgb(184,133,32); }
H1.HeaderClassName
{
color: #B88520;
}
.AnyTagClassName
{
color: #B88520;
}
</style>
background-color css
<style>
a { background-color: #B88520; }
a { background-color: rgb(184,133,32); }
div.DivClassName
{
background-color: #B88520;
}
.BgClassName
{
background-color: #B88520;
}
</style>
border-color css
<style>
span { border-color: #B88520; }
span { border-color: rgb(184,133,32); }
td.TdClassName
{
border-color: #B88520;
}
.TagClassName
{
border-color: #B88520;
}
</style>