Shades of Nugget #B48F2C
Tints of Nugget #B48F2C
RGB
CMYK
RGB Variations
Color information
#B48F2C (or 0xB48F2C) is known color: Nugget. HEX triplet: B4, 8F and 2C. RGB value is (180,143,44). Sum of RGB (Red+Green+Blue) = 180+143+44=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F2C is #4B70D3. Grayscale: #8F8F8F. Windows color (decimal): -4944084 or 2920372. OLE color: 2920372.
HSL color Cylindrical-coordinate representation of color #B48F2C: hue angle of 43.68º 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 #B48F2C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 44 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.29 |
| HSL | 43.68º | 0.61% | 0.44% | - |
| HSV(B) | 43.68º | 0.76% | 0.71% | - |
| XYZ | 29.1 | 29.53 | 6.55 | - |
| YUV | 142.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 44 | 0 | 0.21 | 0.76 | 0.29 | 43.68 | 0.61 | 0.44 |
| Hex | B4 | 8F | 2C | 0 | 15 | 4C | 1D | 2C | 3D | 2C |
| Octal | 264 | 217 | 54 | 0 | 25 | 114 | 35 | 54 | 75 | 54 |
| Binary | 10110100 | 10001111 | 101100 | 0 | 10101 | 1001100 | 11101 | 101100 | 111101 | 101100 |
Color Harmonies of #B48F2C
Complementary color
Monochromatic Colors of #B48F2C
Black with #B48F2C
Text Example
Text Example
White with #B48F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F2C; }
p { color: rgb(180,143,44); }
H1.HeaderClassName
{
color: #B48F2C;
}
.AnyTagClassName
{
color: #B48F2C;
}
</style>
background-color css
<style>
a { background-color: #B48F2C; }
a { background-color: rgb(180,143,44); }
div.DivClassName
{
background-color: #B48F2C;
}
.BgClassName
{
background-color: #B48F2C;
}
</style>
border-color css
<style>
span { border-color: #B48F2C; }
span { border-color: rgb(180,143,44); }
td.TdClassName
{
border-color: #B48F2C;
}
.TagClassName
{
border-color: #B48F2C;
}
</style>