Shades of Nugget #B08920
Tints of Nugget #B08920
RGB
CMYK
RGB Variations
Color information
#B08920 (or 0xB08920) is known color: Nugget. HEX triplet: B0, 89 and 20. RGB value is (176,137,32). Sum of RGB (Red+Green+Blue) = 176+137+32=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08920 is #4F76DF. Grayscale: #898989. Windows color (decimal): -5207776 or 2132400. OLE color: 2132400.
HSL color Cylindrical-coordinate representation of color #B08920: hue angle of 43.75º 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 #B08920 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 32 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.31 |
| HSL | 43.75º | 0.69% | 0.41% | - |
| HSV(B) | 43.75º | 0.82% | 0.69% | - |
| XYZ | 27.11 | 27.23 | 5.19 | - |
| YUV | 136.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 32 | 0 | 0.22 | 0.82 | 0.31 | 43.75 | 0.69 | 0.41 |
| Hex | B0 | 89 | 20 | 0 | 16 | 52 | 1F | 2C | 45 | 29 |
| Octal | 260 | 211 | 40 | 0 | 26 | 122 | 37 | 54 | 105 | 51 |
| Binary | 10110000 | 10001001 | 100000 | 0 | 10110 | 1010010 | 11111 | 101100 | 1000101 | 101001 |
Color Harmonies of #B08920
Complementary color
Monochromatic Colors of #B08920
Black with #B08920
Text Example
Text Example
White with #B08920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08920; }
p { color: rgb(176,137,32); }
H1.HeaderClassName
{
color: #B08920;
}
.AnyTagClassName
{
color: #B08920;
}
</style>
background-color css
<style>
a { background-color: #B08920; }
a { background-color: rgb(176,137,32); }
div.DivClassName
{
background-color: #B08920;
}
.BgClassName
{
background-color: #B08920;
}
</style>
border-color css
<style>
span { border-color: #B08920; }
span { border-color: rgb(176,137,32); }
td.TdClassName
{
border-color: #B08920;
}
.TagClassName
{
border-color: #B08920;
}
</style>