Shades of Nugget #B48828
Tints of Nugget #B48828
RGB
CMYK
RGB Variations
Color information
#B48828 (or 0xB48828) is known color: Nugget. HEX triplet: B4, 88 and 28. RGB value is (180,136,40). Sum of RGB (Red+Green+Blue) = 180+136+40=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B48828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48828 is #4B77D7. Grayscale: #8A8A8A. Windows color (decimal): -4945880 or 2656436. OLE color: 2656436.
HSL color Cylindrical-coordinate representation of color #B48828: hue angle of 41.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B48828 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 40 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.29 |
| HSL | 41.14º | 0.64% | 0.43% | - |
| HSV(B) | 41.14º | 0.78% | 0.71% | - |
| XYZ | 28.01 | 27.46 | 5.83 | - |
| YUV | 138.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 40 | 0 | 0.24 | 0.78 | 0.29 | 41.14 | 0.64 | 0.43 |
| Hex | B4 | 88 | 28 | 0 | 18 | 4E | 1D | 29 | 40 | 2B |
| Octal | 264 | 210 | 50 | 0 | 30 | 116 | 35 | 51 | 100 | 53 |
| Binary | 10110100 | 10001000 | 101000 | 0 | 11000 | 1001110 | 11101 | 101001 | 1000000 | 101011 |
Color Harmonies of #B48828
Complementary color
Monochromatic Colors of #B48828
Black with #B48828
Text Example
Text Example
White with #B48828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48828; }
p { color: rgb(180,136,40); }
H1.HeaderClassName
{
color: #B48828;
}
.AnyTagClassName
{
color: #B48828;
}
</style>
background-color css
<style>
a { background-color: #B48828; }
a { background-color: rgb(180,136,40); }
div.DivClassName
{
background-color: #B48828;
}
.BgClassName
{
background-color: #B48828;
}
</style>
border-color css
<style>
span { border-color: #B48828; }
span { border-color: rgb(180,136,40); }
td.TdClassName
{
border-color: #B48828;
}
.TagClassName
{
border-color: #B48828;
}
</style>