Shades of Nugget #B18A1E
Tints of Nugget #B18A1E
RGB
CMYK
RGB Variations
Color information
#B18A1E (or 0xB18A1E) is known color: Nugget. HEX triplet: B1, 8A and 1E. RGB value is (177,138,30). Sum of RGB (Red+Green+Blue) = 177+138+30=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A1E is #4E75E1. Grayscale: #898989. Windows color (decimal): -5141986 or 2001585. OLE color: 2001585.
HSL color Cylindrical-coordinate representation of color #B18A1E: hue angle of 44.08º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B18A1E is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 30 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.31 |
| HSL | 44.08º | 0.71% | 0.41% | - |
| HSV(B) | 44.08º | 0.83% | 0.69% | - |
| XYZ | 27.45 | 27.62 | 5.11 | - |
| YUV | 137.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 30 | 0 | 0.22 | 0.83 | 0.31 | 44.08 | 0.71 | 0.41 |
| Hex | B1 | 8A | 1E | 0 | 16 | 53 | 1F | 2C | 47 | 29 |
| Octal | 261 | 212 | 36 | 0 | 26 | 123 | 37 | 54 | 107 | 51 |
| Binary | 10110001 | 10001010 | 11110 | 0 | 10110 | 1010011 | 11111 | 101100 | 1000111 | 101001 |
Color Harmonies of #B18A1E
Complementary color
Monochromatic Colors of #B18A1E
Black with #B18A1E
Text Example
Text Example
White with #B18A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A1E; }
p { color: rgb(177,138,30); }
H1.HeaderClassName
{
color: #B18A1E;
}
.AnyTagClassName
{
color: #B18A1E;
}
</style>
background-color css
<style>
a { background-color: #B18A1E; }
a { background-color: rgb(177,138,30); }
div.DivClassName
{
background-color: #B18A1E;
}
.BgClassName
{
background-color: #B18A1E;
}
</style>
border-color css
<style>
span { border-color: #B18A1E; }
span { border-color: rgb(177,138,30); }
td.TdClassName
{
border-color: #B18A1E;
}
.TagClassName
{
border-color: #B18A1E;
}
</style>