Shades of Nugget #B08820
Tints of Nugget #B08820
RGB
CMYK
RGB Variations
Color information
#B08820 (or 0xB08820) is known color: Nugget. HEX triplet: B0, 88 and 20. RGB value is (176,136,32). Sum of RGB (Red+Green+Blue) = 176+136+32=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08820 is #4F77DF. Grayscale: #888888. Windows color (decimal): -5208032 or 2132144. OLE color: 2132144.
HSL color Cylindrical-coordinate representation of color #B08820: hue angle of 43.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B08820 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 32 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.31 |
| HSL | 43.33º | 0.69% | 0.41% | - |
| HSV(B) | 43.33º | 0.82% | 0.69% | - |
| XYZ | 26.97 | 26.94 | 5.15 | - |
| YUV | 136.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 32 | 0 | 0.23 | 0.82 | 0.31 | 43.33 | 0.69 | 0.41 |
| Hex | B0 | 88 | 20 | 0 | 17 | 52 | 1F | 2B | 45 | 29 |
| Octal | 260 | 210 | 40 | 0 | 27 | 122 | 37 | 53 | 105 | 51 |
| Binary | 10110000 | 10001000 | 100000 | 0 | 10111 | 1010010 | 11111 | 101011 | 1000101 | 101001 |
Color Harmonies of #B08820
Complementary color
Monochromatic Colors of #B08820
Black with #B08820
Text Example
Text Example
White with #B08820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08820; }
p { color: rgb(176,136,32); }
H1.HeaderClassName
{
color: #B08820;
}
.AnyTagClassName
{
color: #B08820;
}
</style>
background-color css
<style>
a { background-color: #B08820; }
a { background-color: rgb(176,136,32); }
div.DivClassName
{
background-color: #B08820;
}
.BgClassName
{
background-color: #B08820;
}
</style>
border-color css
<style>
span { border-color: #B08820; }
span { border-color: rgb(176,136,32); }
td.TdClassName
{
border-color: #B08820;
}
.TagClassName
{
border-color: #B08820;
}
</style>