Shades of Nugget #B48F24
Tints of Nugget #B48F24
RGB
CMYK
RGB Variations
Color information
#B48F24 (or 0xB48F24) is known color: Nugget. HEX triplet: B4, 8F and 24. RGB value is (180,143,36). Sum of RGB (Red+Green+Blue) = 180+143+36=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F24 is #4B70DB. Grayscale: #8E8E8E. Windows color (decimal): -4944092 or 2396084. OLE color: 2396084.
HSL color Cylindrical-coordinate representation of color #B48F24: hue angle of 44.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B48F24 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 36 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.29 |
| HSL | 44.58º | 0.67% | 0.42% | - |
| HSV(B) | 44.58º | 0.8% | 0.71% | - |
| XYZ | 28.96 | 29.48 | 5.83 | - |
| YUV | 141.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 36 | 0 | 0.21 | 0.8 | 0.29 | 44.58 | 0.67 | 0.42 |
| Hex | B4 | 8F | 24 | 0 | 15 | 50 | 1D | 2D | 43 | 2A |
| Octal | 264 | 217 | 44 | 0 | 25 | 120 | 35 | 55 | 103 | 52 |
| Binary | 10110100 | 10001111 | 100100 | 0 | 10101 | 1010000 | 11101 | 101101 | 1000011 | 101010 |
Color Harmonies of #B48F24
Complementary color
Monochromatic Colors of #B48F24
Black with #B48F24
Text Example
Text Example
White with #B48F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F24; }
p { color: rgb(180,143,36); }
H1.HeaderClassName
{
color: #B48F24;
}
.AnyTagClassName
{
color: #B48F24;
}
</style>
background-color css
<style>
a { background-color: #B48F24; }
a { background-color: rgb(180,143,36); }
div.DivClassName
{
background-color: #B48F24;
}
.BgClassName
{
background-color: #B48F24;
}
</style>
border-color css
<style>
span { border-color: #B48F24; }
span { border-color: rgb(180,143,36); }
td.TdClassName
{
border-color: #B48F24;
}
.TagClassName
{
border-color: #B48F24;
}
</style>