Shades of Nugget #B48B21
Tints of Nugget #B48B21
RGB
CMYK
RGB Variations
Color information
#B48B21 (or 0xB48B21) is known color: Nugget. HEX triplet: B4, 8B and 21. RGB value is (180,139,33). Sum of RGB (Red+Green+Blue) = 180+139+33=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B21 is #4B74DE. Grayscale: #8B8B8B. Windows color (decimal): -4945119 or 2198452. OLE color: 2198452.
HSL color Cylindrical-coordinate representation of color #B48B21: hue angle of 43.27º 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 #B48B21 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 33 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.29 |
| HSL | 43.27º | 0.69% | 0.42% | - |
| HSV(B) | 43.27º | 0.82% | 0.71% | - |
| XYZ | 28.33 | 28.28 | 5.4 | - |
| YUV | 139.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 33 | 0 | 0.23 | 0.82 | 0.29 | 43.27 | 0.69 | 0.42 |
| Hex | B4 | 8B | 21 | 0 | 17 | 52 | 1D | 2B | 45 | 2A |
| Octal | 264 | 213 | 41 | 0 | 27 | 122 | 35 | 53 | 105 | 52 |
| Binary | 10110100 | 10001011 | 100001 | 0 | 10111 | 1010010 | 11101 | 101011 | 1000101 | 101010 |
Color Harmonies of #B48B21
Complementary color
Monochromatic Colors of #B48B21
Black with #B48B21
Text Example
Text Example
White with #B48B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B21; }
p { color: rgb(180,139,33); }
H1.HeaderClassName
{
color: #B48B21;
}
.AnyTagClassName
{
color: #B48B21;
}
</style>
background-color css
<style>
a { background-color: #B48B21; }
a { background-color: rgb(180,139,33); }
div.DivClassName
{
background-color: #B48B21;
}
.BgClassName
{
background-color: #B48B21;
}
</style>
border-color css
<style>
span { border-color: #B48B21; }
span { border-color: rgb(180,139,33); }
td.TdClassName
{
border-color: #B48B21;
}
.TagClassName
{
border-color: #B48B21;
}
</style>