Shades of Nugget #B48A1F
Tints of Nugget #B48A1F
RGB
CMYK
RGB Variations
Color information
#B48A1F (or 0xB48A1F) is known color: Nugget. HEX triplet: B4, 8A and 1F. RGB value is (180,138,31). Sum of RGB (Red+Green+Blue) = 180+138+31=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A1F is #4B75E0. Grayscale: #8A8A8A. Windows color (decimal): -4945377 or 2067124. OLE color: 2067124.
HSL color Cylindrical-coordinate representation of color #B48A1F: hue angle of 43.09º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B48A1F is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 31 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.29 |
| HSL | 43.09º | 0.71% | 0.41% | - |
| HSV(B) | 43.09º | 0.83% | 0.71% | - |
| XYZ | 28.16 | 27.98 | 5.21 | - |
| YUV | 138.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 31 | 0 | 0.23 | 0.83 | 0.29 | 43.09 | 0.71 | 0.41 |
| Hex | B4 | 8A | 1F | 0 | 17 | 53 | 1D | 2B | 47 | 29 |
| Octal | 264 | 212 | 37 | 0 | 27 | 123 | 35 | 53 | 107 | 51 |
| Binary | 10110100 | 10001010 | 11111 | 0 | 10111 | 1010011 | 11101 | 101011 | 1000111 | 101001 |
Color Harmonies of #B48A1F
Complementary color
Monochromatic Colors of #B48A1F
Black with #B48A1F
Text Example
Text Example
White with #B48A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A1F; }
p { color: rgb(180,138,31); }
H1.HeaderClassName
{
color: #B48A1F;
}
.AnyTagClassName
{
color: #B48A1F;
}
</style>
background-color css
<style>
a { background-color: #B48A1F; }
a { background-color: rgb(180,138,31); }
div.DivClassName
{
background-color: #B48A1F;
}
.BgClassName
{
background-color: #B48A1F;
}
</style>
border-color css
<style>
span { border-color: #B48A1F; }
span { border-color: rgb(180,138,31); }
td.TdClassName
{
border-color: #B48A1F;
}
.TagClassName
{
border-color: #B48A1F;
}
</style>