Shades of Nugget #B38820
Tints of Nugget #B38820
RGB
CMYK
RGB Variations
Color information
#B38820 (or 0xB38820) is known color: Nugget. HEX triplet: B3, 88 and 20. RGB value is (179,136,32). Sum of RGB (Red+Green+Blue) = 179+136+32=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B38820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38820 is #4C77DF. Grayscale: #898989. Windows color (decimal): -5011424 or 2132147. OLE color: 2132147.
HSL color Cylindrical-coordinate representation of color #B38820: hue angle of 42.45º 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 #B38820 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 32 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.30 |
| HSL | 42.45º | 0.7% | 0.41% | - |
| HSV(B) | 42.45º | 0.82% | 0.7% | - |
| XYZ | 27.66 | 27.3 | 5.18 | - |
| YUV | 137 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 32 | 0 | 0.24 | 0.82 | 0.30 | 42.45 | 0.7 | 0.41 |
| Hex | B3 | 88 | 20 | 0 | 18 | 52 | 1E | 2A | 46 | 29 |
| Octal | 263 | 210 | 40 | 0 | 30 | 122 | 36 | 52 | 106 | 51 |
| Binary | 10110011 | 10001000 | 100000 | 0 | 11000 | 1010010 | 11110 | 101010 | 1000110 | 101001 |
Color Harmonies of #B38820
Complementary color
Monochromatic Colors of #B38820
Black with #B38820
Text Example
Text Example
White with #B38820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38820; }
p { color: rgb(179,136,32); }
H1.HeaderClassName
{
color: #B38820;
}
.AnyTagClassName
{
color: #B38820;
}
</style>
background-color css
<style>
a { background-color: #B38820; }
a { background-color: rgb(179,136,32); }
div.DivClassName
{
background-color: #B38820;
}
.BgClassName
{
background-color: #B38820;
}
</style>
border-color css
<style>
span { border-color: #B38820; }
span { border-color: rgb(179,136,32); }
td.TdClassName
{
border-color: #B38820;
}
.TagClassName
{
border-color: #B38820;
}
</style>