Shades of Nugget #B48B2B
Tints of Nugget #B48B2B
RGB
CMYK
RGB Variations
Color information
#B48B2B (or 0xB48B2B) is known color: Nugget. HEX triplet: B4, 8B and 2B. RGB value is (180,139,43). Sum of RGB (Red+Green+Blue) = 180+139+43=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B2B is #4B74D4. Grayscale: #8C8C8C. Windows color (decimal): -4945109 or 2853812. OLE color: 2853812.
HSL color Cylindrical-coordinate representation of color #B48B2B: hue angle of 42.04º 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 #B48B2B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 43 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.29 |
| HSL | 42.04º | 0.61% | 0.44% | - |
| HSV(B) | 42.04º | 0.76% | 0.71% | - |
| XYZ | 28.49 | 28.34 | 6.25 | - |
| YUV | 140.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 43 | 0 | 0.23 | 0.76 | 0.29 | 42.04 | 0.61 | 0.44 |
| Hex | B4 | 8B | 2B | 0 | 17 | 4C | 1D | 2A | 3D | 2C |
| Octal | 264 | 213 | 53 | 0 | 27 | 114 | 35 | 52 | 75 | 54 |
| Binary | 10110100 | 10001011 | 101011 | 0 | 10111 | 1001100 | 11101 | 101010 | 111101 | 101100 |
Color Harmonies of #B48B2B
Complementary color
Monochromatic Colors of #B48B2B
Black with #B48B2B
Text Example
Text Example
White with #B48B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B2B; }
p { color: rgb(180,139,43); }
H1.HeaderClassName
{
color: #B48B2B;
}
.AnyTagClassName
{
color: #B48B2B;
}
</style>
background-color css
<style>
a { background-color: #B48B2B; }
a { background-color: rgb(180,139,43); }
div.DivClassName
{
background-color: #B48B2B;
}
.BgClassName
{
background-color: #B48B2B;
}
</style>
border-color css
<style>
span { border-color: #B48B2B; }
span { border-color: rgb(180,139,43); }
td.TdClassName
{
border-color: #B48B2B;
}
.TagClassName
{
border-color: #B48B2B;
}
</style>