Shades of Nugget #B18829
Tints of Nugget #B18829
RGB
CMYK
RGB Variations
Color information
#B18829 (or 0xB18829) is known color: Nugget. HEX triplet: B1, 88 and 29. RGB value is (177,136,41). Sum of RGB (Red+Green+Blue) = 177+136+41=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B18829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18829 is #4E77D6. Grayscale: #898989. Windows color (decimal): -5142487 or 2721969. OLE color: 2721969.
HSL color Cylindrical-coordinate representation of color #B18829: hue angle of 41.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B18829 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 41 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.31 |
| HSL | 41.91º | 0.62% | 0.43% | - |
| HSV(B) | 41.91º | 0.77% | 0.69% | - |
| XYZ | 27.34 | 27.12 | 5.89 | - |
| YUV | 137.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 41 | 0 | 0.23 | 0.77 | 0.31 | 41.91 | 0.62 | 0.43 |
| Hex | B1 | 88 | 29 | 0 | 17 | 4D | 1F | 2A | 3E | 2B |
| Octal | 261 | 210 | 51 | 0 | 27 | 115 | 37 | 52 | 76 | 53 |
| Binary | 10110001 | 10001000 | 101001 | 0 | 10111 | 1001101 | 11111 | 101010 | 111110 | 101011 |
Color Harmonies of #B18829
Complementary color
Monochromatic Colors of #B18829
Black with #B18829
Text Example
Text Example
White with #B18829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18829; }
p { color: rgb(177,136,41); }
H1.HeaderClassName
{
color: #B18829;
}
.AnyTagClassName
{
color: #B18829;
}
</style>
background-color css
<style>
a { background-color: #B18829; }
a { background-color: rgb(177,136,41); }
div.DivClassName
{
background-color: #B18829;
}
.BgClassName
{
background-color: #B18829;
}
</style>
border-color css
<style>
span { border-color: #B18829; }
span { border-color: rgb(177,136,41); }
td.TdClassName
{
border-color: #B18829;
}
.TagClassName
{
border-color: #B18829;
}
</style>