Shades of Nugget #B38826
Tints of Nugget #B38826
RGB
CMYK
RGB Variations
Color information
#B38826 (or 0xB38826) is known color: Nugget. HEX triplet: B3, 88 and 26. RGB value is (179,136,38). Sum of RGB (Red+Green+Blue) = 179+136+38=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B38826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38826 is #4C77D9. Grayscale: #8A8A8A. Windows color (decimal): -5011418 or 2525363. OLE color: 2525363.
HSL color Cylindrical-coordinate representation of color #B38826: hue angle of 41.7º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B38826 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 38 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.30 |
| HSL | 41.7º | 0.65% | 0.43% | - |
| HSV(B) | 41.7º | 0.79% | 0.7% | - |
| XYZ | 27.74 | 27.33 | 5.65 | - |
| YUV | 137.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 38 | 0 | 0.24 | 0.79 | 0.30 | 41.7 | 0.65 | 0.43 |
| Hex | B3 | 88 | 26 | 0 | 18 | 4F | 1E | 2A | 41 | 2B |
| Octal | 263 | 210 | 46 | 0 | 30 | 117 | 36 | 52 | 101 | 53 |
| Binary | 10110011 | 10001000 | 100110 | 0 | 11000 | 1001111 | 11110 | 101010 | 1000001 | 101011 |
Color Harmonies of #B38826
Complementary color
Monochromatic Colors of #B38826
Black with #B38826
Text Example
Text Example
White with #B38826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38826; }
p { color: rgb(179,136,38); }
H1.HeaderClassName
{
color: #B38826;
}
.AnyTagClassName
{
color: #B38826;
}
</style>
background-color css
<style>
a { background-color: #B38826; }
a { background-color: rgb(179,136,38); }
div.DivClassName
{
background-color: #B38826;
}
.BgClassName
{
background-color: #B38826;
}
</style>
border-color css
<style>
span { border-color: #B38826; }
span { border-color: rgb(179,136,38); }
td.TdClassName
{
border-color: #B38826;
}
.TagClassName
{
border-color: #B38826;
}
</style>