Shades of Nugget #B48A1E
Tints of Nugget #B48A1E
RGB
CMYK
RGB Variations
Color information
#B48A1E (or 0xB48A1E) is known color: Nugget. HEX triplet: B4, 8A and 1E. RGB value is (180,138,30). Sum of RGB (Red+Green+Blue) = 180+138+30=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A1E is #4B75E1. Grayscale: #8A8A8A. Windows color (decimal): -4945378 or 2001588. OLE color: 2001588.
HSL color Cylindrical-coordinate representation of color #B48A1E: hue angle of 43.2º 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 #B48A1E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 30 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.29 |
| HSL | 43.2º | 0.71% | 0.41% | - |
| HSV(B) | 43.2º | 0.83% | 0.71% | - |
| XYZ | 28.15 | 27.97 | 5.14 | - |
| YUV | 138.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 30 | 0 | 0.23 | 0.83 | 0.29 | 43.2 | 0.71 | 0.41 |
| Hex | B4 | 8A | 1E | 0 | 17 | 53 | 1D | 2B | 47 | 29 |
| Octal | 264 | 212 | 36 | 0 | 27 | 123 | 35 | 53 | 107 | 51 |
| Binary | 10110100 | 10001010 | 11110 | 0 | 10111 | 1010011 | 11101 | 101011 | 1000111 | 101001 |
Color Harmonies of #B48A1E
Complementary color
Monochromatic Colors of #B48A1E
Black with #B48A1E
Text Example
Text Example
White with #B48A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A1E; }
p { color: rgb(180,138,30); }
H1.HeaderClassName
{
color: #B48A1E;
}
.AnyTagClassName
{
color: #B48A1E;
}
</style>
background-color css
<style>
a { background-color: #B48A1E; }
a { background-color: rgb(180,138,30); }
div.DivClassName
{
background-color: #B48A1E;
}
.BgClassName
{
background-color: #B48A1E;
}
</style>
border-color css
<style>
span { border-color: #B48A1E; }
span { border-color: rgb(180,138,30); }
td.TdClassName
{
border-color: #B48A1E;
}
.TagClassName
{
border-color: #B48A1E;
}
</style>