Shades of Nugget #B28826
Tints of Nugget #B28826
RGB
CMYK
RGB Variations
Color information
#B28826 (or 0xB28826) is known color: Nugget. HEX triplet: B2, 88 and 26. RGB value is (178,136,38). Sum of RGB (Red+Green+Blue) = 178+136+38=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28826 is #4D77D9. Grayscale: #898989. Windows color (decimal): -5076954 or 2525362. OLE color: 2525362.
HSL color Cylindrical-coordinate representation of color #B28826: hue angle of 42º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B28826 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 38 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.30 |
| HSL | 42º | 0.65% | 0.42% | - |
| HSV(B) | 42º | 0.79% | 0.7% | - |
| XYZ | 27.51 | 27.21 | 5.64 | - |
| YUV | 137.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 38 | 0 | 0.24 | 0.79 | 0.30 | 42 | 0.65 | 0.42 |
| Hex | B2 | 88 | 26 | 0 | 18 | 4F | 1E | 2A | 41 | 2A |
| Octal | 262 | 210 | 46 | 0 | 30 | 117 | 36 | 52 | 101 | 52 |
| Binary | 10110010 | 10001000 | 100110 | 0 | 11000 | 1001111 | 11110 | 101010 | 1000001 | 101010 |
Color Harmonies of #B28826
Complementary color
Monochromatic Colors of #B28826
Black with #B28826
Text Example
Text Example
White with #B28826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28826; }
p { color: rgb(178,136,38); }
H1.HeaderClassName
{
color: #B28826;
}
.AnyTagClassName
{
color: #B28826;
}
</style>
background-color css
<style>
a { background-color: #B28826; }
a { background-color: rgb(178,136,38); }
div.DivClassName
{
background-color: #B28826;
}
.BgClassName
{
background-color: #B28826;
}
</style>
border-color css
<style>
span { border-color: #B28826; }
span { border-color: rgb(178,136,38); }
td.TdClassName
{
border-color: #B28826;
}
.TagClassName
{
border-color: #B28826;
}
</style>