Shades of Nugget #B38829
Tints of Nugget #B38829
RGB
CMYK
RGB Variations
Color information
#B38829 (or 0xB38829) is known color: Nugget. HEX triplet: B3, 88 and 29. RGB value is (179,136,41). Sum of RGB (Red+Green+Blue) = 179+136+41=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B38829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38829 is #4C77D6. Grayscale: #8A8A8A. Windows color (decimal): -5011415 or 2721971. OLE color: 2721971.
HSL color Cylindrical-coordinate representation of color #B38829: hue angle of 41.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B38829 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 41 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.30 |
| HSL | 41.3º | 0.63% | 0.43% | - |
| HSV(B) | 41.3º | 0.77% | 0.7% | - |
| XYZ | 27.79 | 27.35 | 5.91 | - |
| YUV | 138.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 41 | 0 | 0.24 | 0.77 | 0.30 | 41.3 | 0.63 | 0.43 |
| Hex | B3 | 88 | 29 | 0 | 18 | 4D | 1E | 29 | 3F | 2B |
| Octal | 263 | 210 | 51 | 0 | 30 | 115 | 36 | 51 | 77 | 53 |
| Binary | 10110011 | 10001000 | 101001 | 0 | 11000 | 1001101 | 11110 | 101001 | 111111 | 101011 |
Color Harmonies of #B38829
Complementary color
Monochromatic Colors of #B38829
Black with #B38829
Text Example
Text Example
White with #B38829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38829; }
p { color: rgb(179,136,41); }
H1.HeaderClassName
{
color: #B38829;
}
.AnyTagClassName
{
color: #B38829;
}
</style>
background-color css
<style>
a { background-color: #B38829; }
a { background-color: rgb(179,136,41); }
div.DivClassName
{
background-color: #B38829;
}
.BgClassName
{
background-color: #B38829;
}
</style>
border-color css
<style>
span { border-color: #B38829; }
span { border-color: rgb(179,136,41); }
td.TdClassName
{
border-color: #B38829;
}
.TagClassName
{
border-color: #B38829;
}
</style>