Shades of Nugget #B48C2B
Tints of Nugget #B48C2B
RGB
CMYK
RGB Variations
Color information
#B48C2B (or 0xB48C2B) is known color: Nugget. HEX triplet: B4, 8C and 2B. RGB value is (180,140,43). Sum of RGB (Red+Green+Blue) = 180+140+43=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C2B is #4B73D4. Grayscale: #8D8D8D. Windows color (decimal): -4944853 or 2854068. OLE color: 2854068.
HSL color Cylindrical-coordinate representation of color #B48C2B: hue angle of 42.48º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B48C2B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 43 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.29 |
| HSL | 42.48º | 0.61% | 0.44% | - |
| HSV(B) | 42.48º | 0.76% | 0.71% | - |
| XYZ | 28.64 | 28.63 | 6.3 | - |
| YUV | 140.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 43 | 0 | 0.22 | 0.76 | 0.29 | 42.48 | 0.61 | 0.44 |
| Hex | B4 | 8C | 2B | 0 | 16 | 4C | 1D | 2A | 3D | 2C |
| Octal | 264 | 214 | 53 | 0 | 26 | 114 | 35 | 52 | 75 | 54 |
| Binary | 10110100 | 10001100 | 101011 | 0 | 10110 | 1001100 | 11101 | 101010 | 111101 | 101100 |
Color Harmonies of #B48C2B
Complementary color
Monochromatic Colors of #B48C2B
Black with #B48C2B
Text Example
Text Example
White with #B48C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C2B; }
p { color: rgb(180,140,43); }
H1.HeaderClassName
{
color: #B48C2B;
}
.AnyTagClassName
{
color: #B48C2B;
}
</style>
background-color css
<style>
a { background-color: #B48C2B; }
a { background-color: rgb(180,140,43); }
div.DivClassName
{
background-color: #B48C2B;
}
.BgClassName
{
background-color: #B48C2B;
}
</style>
border-color css
<style>
span { border-color: #B48C2B; }
span { border-color: rgb(180,140,43); }
td.TdClassName
{
border-color: #B48C2B;
}
.TagClassName
{
border-color: #B48C2B;
}
</style>