Shades of Nugget #B48D1F
Tints of Nugget #B48D1F
RGB
CMYK
RGB Variations
Color information
#B48D1F (or 0xB48D1F) is known color: Nugget. HEX triplet: B4, 8D and 1F. RGB value is (180,141,31). Sum of RGB (Red+Green+Blue) = 180+141+31=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D1F is #4B72E0. Grayscale: #8C8C8C. Windows color (decimal): -4944609 or 2067892. OLE color: 2067892.
HSL color Cylindrical-coordinate representation of color #B48D1F: hue angle of 44.3º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B48D1F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 31 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.29 |
| HSL | 44.3º | 0.71% | 0.41% | - |
| HSV(B) | 44.3º | 0.83% | 0.71% | - |
| XYZ | 28.59 | 28.85 | 5.36 | - |
| YUV | 140.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 31 | 0 | 0.22 | 0.83 | 0.29 | 44.3 | 0.71 | 0.41 |
| Hex | B4 | 8D | 1F | 0 | 16 | 53 | 1D | 2C | 47 | 29 |
| Octal | 264 | 215 | 37 | 0 | 26 | 123 | 35 | 54 | 107 | 51 |
| Binary | 10110100 | 10001101 | 11111 | 0 | 10110 | 1010011 | 11101 | 101100 | 1000111 | 101001 |
Color Harmonies of #B48D1F
Complementary color
Monochromatic Colors of #B48D1F
Black with #B48D1F
Text Example
Text Example
White with #B48D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D1F; }
p { color: rgb(180,141,31); }
H1.HeaderClassName
{
color: #B48D1F;
}
.AnyTagClassName
{
color: #B48D1F;
}
</style>
background-color css
<style>
a { background-color: #B48D1F; }
a { background-color: rgb(180,141,31); }
div.DivClassName
{
background-color: #B48D1F;
}
.BgClassName
{
background-color: #B48D1F;
}
</style>
border-color css
<style>
span { border-color: #B48D1F; }
span { border-color: rgb(180,141,31); }
td.TdClassName
{
border-color: #B48D1F;
}
.TagClassName
{
border-color: #B48D1F;
}
</style>