Shades of Nugget #B48C21
Tints of Nugget #B48C21
RGB
CMYK
RGB Variations
Color information
#B48C21 (or 0xB48C21) is known color: Nugget. HEX triplet: B4, 8C and 21. RGB value is (180,140,33). Sum of RGB (Red+Green+Blue) = 180+140+33=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C21 is #4B73DE. Grayscale: #8C8C8C. Windows color (decimal): -4944863 or 2198708. OLE color: 2198708.
HSL color Cylindrical-coordinate representation of color #B48C21: hue angle of 43.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B48C21 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 33 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.29 |
| HSL | 43.67º | 0.69% | 0.42% | - |
| HSV(B) | 43.67º | 0.82% | 0.71% | - |
| XYZ | 28.47 | 28.57 | 5.45 | - |
| YUV | 139.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 33 | 0 | 0.22 | 0.82 | 0.29 | 43.67 | 0.69 | 0.42 |
| Hex | B4 | 8C | 21 | 0 | 16 | 52 | 1D | 2C | 45 | 2A |
| Octal | 264 | 214 | 41 | 0 | 26 | 122 | 35 | 54 | 105 | 52 |
| Binary | 10110100 | 10001100 | 100001 | 0 | 10110 | 1010010 | 11101 | 101100 | 1000101 | 101010 |
Color Harmonies of #B48C21
Complementary color
Monochromatic Colors of #B48C21
Black with #B48C21
Text Example
Text Example
White with #B48C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C21; }
p { color: rgb(180,140,33); }
H1.HeaderClassName
{
color: #B48C21;
}
.AnyTagClassName
{
color: #B48C21;
}
</style>
background-color css
<style>
a { background-color: #B48C21; }
a { background-color: rgb(180,140,33); }
div.DivClassName
{
background-color: #B48C21;
}
.BgClassName
{
background-color: #B48C21;
}
</style>
border-color css
<style>
span { border-color: #B48C21; }
span { border-color: rgb(180,140,33); }
td.TdClassName
{
border-color: #B48C21;
}
.TagClassName
{
border-color: #B48C21;
}
</style>