Shades of Nugget #B48F2D
Tints of Nugget #B48F2D
RGB
CMYK
RGB Variations
Color information
#B48F2D (or 0xB48F2D) is known color: Nugget. HEX triplet: B4, 8F and 2D. RGB value is (180,143,45). Sum of RGB (Red+Green+Blue) = 180+143+45=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F2D is #4B70D2. Grayscale: #8F8F8F. Windows color (decimal): -4944083 or 2985908. OLE color: 2985908.
HSL color Cylindrical-coordinate representation of color #B48F2D: hue angle of 43.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B48F2D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 45 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.29 |
| HSL | 43.56º | 0.6% | 0.44% | - |
| HSV(B) | 43.56º | 0.75% | 0.71% | - |
| XYZ | 29.12 | 29.54 | 6.65 | - |
| YUV | 142.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 45 | 0 | 0.21 | 0.75 | 0.29 | 43.56 | 0.6 | 0.44 |
| Hex | B4 | 8F | 2D | 0 | 15 | 4B | 1D | 2C | 3C | 2C |
| Octal | 264 | 217 | 55 | 0 | 25 | 113 | 35 | 54 | 74 | 54 |
| Binary | 10110100 | 10001111 | 101101 | 0 | 10101 | 1001011 | 11101 | 101100 | 111100 | 101100 |
Color Harmonies of #B48F2D
Complementary color
Monochromatic Colors of #B48F2D
Black with #B48F2D
Text Example
Text Example
White with #B48F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F2D; }
p { color: rgb(180,143,45); }
H1.HeaderClassName
{
color: #B48F2D;
}
.AnyTagClassName
{
color: #B48F2D;
}
</style>
background-color css
<style>
a { background-color: #B48F2D; }
a { background-color: rgb(180,143,45); }
div.DivClassName
{
background-color: #B48F2D;
}
.BgClassName
{
background-color: #B48F2D;
}
</style>
border-color css
<style>
span { border-color: #B48F2D; }
span { border-color: rgb(180,143,45); }
td.TdClassName
{
border-color: #B48F2D;
}
.TagClassName
{
border-color: #B48F2D;
}
</style>