Shades of Nugget #B48728
Tints of Nugget #B48728
RGB
CMYK
RGB Variations
Color information
#B48728 (or 0xB48728) is known color: Nugget. HEX triplet: B4, 87 and 28. RGB value is (180,135,40). Sum of RGB (Red+Green+Blue) = 180+135+40=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B48728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48728 is #4B78D7. Grayscale: #8A8A8A. Windows color (decimal): -4946136 or 2656180. OLE color: 2656180.
HSL color Cylindrical-coordinate representation of color #B48728: hue angle of 40.71º 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 #B48728 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 40 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.29 |
| HSL | 40.71º | 0.64% | 0.43% | - |
| HSV(B) | 40.71º | 0.78% | 0.71% | - |
| XYZ | 27.87 | 27.18 | 5.79 | - |
| YUV | 137.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 40 | 0 | 0.25 | 0.78 | 0.29 | 40.71 | 0.64 | 0.43 |
| Hex | B4 | 87 | 28 | 0 | 19 | 4E | 1D | 29 | 40 | 2B |
| Octal | 264 | 207 | 50 | 0 | 31 | 116 | 35 | 51 | 100 | 53 |
| Binary | 10110100 | 10000111 | 101000 | 0 | 11001 | 1001110 | 11101 | 101001 | 1000000 | 101011 |
Color Harmonies of #B48728
Complementary color
Monochromatic Colors of #B48728
Black with #B48728
Text Example
Text Example
White with #B48728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48728; }
p { color: rgb(180,135,40); }
H1.HeaderClassName
{
color: #B48728;
}
.AnyTagClassName
{
color: #B48728;
}
</style>
background-color css
<style>
a { background-color: #B48728; }
a { background-color: rgb(180,135,40); }
div.DivClassName
{
background-color: #B48728;
}
.BgClassName
{
background-color: #B48728;
}
</style>
border-color css
<style>
span { border-color: #B48728; }
span { border-color: rgb(180,135,40); }
td.TdClassName
{
border-color: #B48728;
}
.TagClassName
{
border-color: #B48728;
}
</style>