Shades of Nugget #B48C2C
Tints of Nugget #B48C2C
RGB
CMYK
RGB Variations
Color information
#B48C2C (or 0xB48C2C) is known color: Nugget. HEX triplet: B4, 8C and 2C. RGB value is (180,140,44). Sum of RGB (Red+Green+Blue) = 180+140+44=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C2C is #4B73D3. Grayscale: #8D8D8D. Windows color (decimal): -4944852 or 2919604. OLE color: 2919604.
HSL color Cylindrical-coordinate representation of color #B48C2C: hue angle of 42.35º 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 #B48C2C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 44 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.29 |
| HSL | 42.35º | 0.61% | 0.44% | - |
| HSV(B) | 42.35º | 0.76% | 0.71% | - |
| XYZ | 28.66 | 28.64 | 6.4 | - |
| YUV | 141.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 44 | 0 | 0.22 | 0.76 | 0.29 | 42.35 | 0.61 | 0.44 |
| Hex | B4 | 8C | 2C | 0 | 16 | 4C | 1D | 2A | 3D | 2C |
| Octal | 264 | 214 | 54 | 0 | 26 | 114 | 35 | 52 | 75 | 54 |
| Binary | 10110100 | 10001100 | 101100 | 0 | 10110 | 1001100 | 11101 | 101010 | 111101 | 101100 |
Color Harmonies of #B48C2C
Complementary color
Monochromatic Colors of #B48C2C
Black with #B48C2C
Text Example
Text Example
White with #B48C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C2C; }
p { color: rgb(180,140,44); }
H1.HeaderClassName
{
color: #B48C2C;
}
.AnyTagClassName
{
color: #B48C2C;
}
</style>
background-color css
<style>
a { background-color: #B48C2C; }
a { background-color: rgb(180,140,44); }
div.DivClassName
{
background-color: #B48C2C;
}
.BgClassName
{
background-color: #B48C2C;
}
</style>
border-color css
<style>
span { border-color: #B48C2C; }
span { border-color: rgb(180,140,44); }
td.TdClassName
{
border-color: #B48C2C;
}
.TagClassName
{
border-color: #B48C2C;
}
</style>