Shades of Nugget #B28720
Tints of Nugget #B28720
RGB
CMYK
RGB Variations
Color information
#B28720 (or 0xB28720) is known color: Nugget. HEX triplet: B2, 87 and 20. RGB value is (178,135,32). Sum of RGB (Red+Green+Blue) = 178+135+32=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B28720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28720 is #4D78DF. Grayscale: #888888. Windows color (decimal): -5077216 or 2131890. OLE color: 2131890.
HSL color Cylindrical-coordinate representation of color #B28720: hue angle of 42.33º 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 #B28720 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 32 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.30 |
| HSL | 42.33º | 0.7% | 0.41% | - |
| HSV(B) | 42.33º | 0.82% | 0.7% | - |
| XYZ | 27.28 | 26.9 | 5.12 | - |
| YUV | 136.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 32 | 0 | 0.24 | 0.82 | 0.30 | 42.33 | 0.7 | 0.41 |
| Hex | B2 | 87 | 20 | 0 | 18 | 52 | 1E | 2A | 46 | 29 |
| Octal | 262 | 207 | 40 | 0 | 30 | 122 | 36 | 52 | 106 | 51 |
| Binary | 10110010 | 10000111 | 100000 | 0 | 11000 | 1010010 | 11110 | 101010 | 1000110 | 101001 |
Color Harmonies of #B28720
Complementary color
Monochromatic Colors of #B28720
Black with #B28720
Text Example
Text Example
White with #B28720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28720; }
p { color: rgb(178,135,32); }
H1.HeaderClassName
{
color: #B28720;
}
.AnyTagClassName
{
color: #B28720;
}
</style>
background-color css
<style>
a { background-color: #B28720; }
a { background-color: rgb(178,135,32); }
div.DivClassName
{
background-color: #B28720;
}
.BgClassName
{
background-color: #B28720;
}
</style>
border-color css
<style>
span { border-color: #B28720; }
span { border-color: rgb(178,135,32); }
td.TdClassName
{
border-color: #B28720;
}
.TagClassName
{
border-color: #B28720;
}
</style>