Shades of Nugget #B18621
Tints of Nugget #B18621
RGB
CMYK
RGB Variations
Color information
#B18621 (or 0xB18621) is known color: Nugget. HEX triplet: B1, 86 and 21. RGB value is (177,134,33). Sum of RGB (Red+Green+Blue) = 177+134+33=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18621 is #4E79DE. Grayscale: #878787. Windows color (decimal): -5143007 or 2197169. OLE color: 2197169.
HSL color Cylindrical-coordinate representation of color #B18621: hue angle of 42.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18621 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 33 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.31 |
| HSL | 42.08º | 0.69% | 0.41% | - |
| HSV(B) | 42.08º | 0.81% | 0.69% | - |
| XYZ | 26.93 | 26.51 | 5.14 | - |
| YUV | 135.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 33 | 0 | 0.24 | 0.81 | 0.31 | 42.08 | 0.69 | 0.41 |
| Hex | B1 | 86 | 21 | 0 | 18 | 51 | 1F | 2A | 45 | 29 |
| Octal | 261 | 206 | 41 | 0 | 30 | 121 | 37 | 52 | 105 | 51 |
| Binary | 10110001 | 10000110 | 100001 | 0 | 11000 | 1010001 | 11111 | 101010 | 1000101 | 101001 |
Color Harmonies of #B18621
Complementary color
Monochromatic Colors of #B18621
Black with #B18621
Text Example
Text Example
White with #B18621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18621; }
p { color: rgb(177,134,33); }
H1.HeaderClassName
{
color: #B18621;
}
.AnyTagClassName
{
color: #B18621;
}
</style>
background-color css
<style>
a { background-color: #B18621; }
a { background-color: rgb(177,134,33); }
div.DivClassName
{
background-color: #B18621;
}
.BgClassName
{
background-color: #B18621;
}
</style>
border-color css
<style>
span { border-color: #B18621; }
span { border-color: rgb(177,134,33); }
td.TdClassName
{
border-color: #B18621;
}
.TagClassName
{
border-color: #B18621;
}
</style>