Shades of Nugget #B18821
Tints of Nugget #B18821
RGB
CMYK
RGB Variations
Color information
#B18821 (or 0xB18821) is known color: Nugget. HEX triplet: B1, 88 and 21. RGB value is (177,136,33). Sum of RGB (Red+Green+Blue) = 177+136+33=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18821 is #4E77DE. Grayscale: #888888. Windows color (decimal): -5142495 or 2197681. OLE color: 2197681.
HSL color Cylindrical-coordinate representation of color #B18821: hue angle of 42.92º 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 #B18821 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 33 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.31 |
| HSL | 42.92º | 0.69% | 0.41% | - |
| HSV(B) | 42.92º | 0.81% | 0.69% | - |
| XYZ | 27.21 | 27.07 | 5.23 | - |
| YUV | 136.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 33 | 0 | 0.23 | 0.81 | 0.31 | 42.92 | 0.69 | 0.41 |
| Hex | B1 | 88 | 21 | 0 | 17 | 51 | 1F | 2B | 45 | 29 |
| Octal | 261 | 210 | 41 | 0 | 27 | 121 | 37 | 53 | 105 | 51 |
| Binary | 10110001 | 10001000 | 100001 | 0 | 10111 | 1010001 | 11111 | 101011 | 1000101 | 101001 |
Color Harmonies of #B18821
Complementary color
Monochromatic Colors of #B18821
Black with #B18821
Text Example
Text Example
White with #B18821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18821; }
p { color: rgb(177,136,33); }
H1.HeaderClassName
{
color: #B18821;
}
.AnyTagClassName
{
color: #B18821;
}
</style>
background-color css
<style>
a { background-color: #B18821; }
a { background-color: rgb(177,136,33); }
div.DivClassName
{
background-color: #B18821;
}
.BgClassName
{
background-color: #B18821;
}
</style>
border-color css
<style>
span { border-color: #B18821; }
span { border-color: rgb(177,136,33); }
td.TdClassName
{
border-color: #B18821;
}
.TagClassName
{
border-color: #B18821;
}
</style>