Shades of Nugget #B18A1F
Tints of Nugget #B18A1F
RGB
CMYK
RGB Variations
Color information
#B18A1F (or 0xB18A1F) is known color: Nugget. HEX triplet: B1, 8A and 1F. RGB value is (177,138,31). Sum of RGB (Red+Green+Blue) = 177+138+31=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A1F is #4E75E0. Grayscale: #898989. Windows color (decimal): -5141985 or 2067121. OLE color: 2067121.
HSL color Cylindrical-coordinate representation of color #B18A1F: hue angle of 43.97º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B18A1F is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 31 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.31 |
| HSL | 43.97º | 0.7% | 0.41% | - |
| HSV(B) | 43.97º | 0.82% | 0.69% | - |
| XYZ | 27.47 | 27.62 | 5.18 | - |
| YUV | 137.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 31 | 0 | 0.22 | 0.82 | 0.31 | 43.97 | 0.7 | 0.41 |
| Hex | B1 | 8A | 1F | 0 | 16 | 52 | 1F | 2C | 46 | 29 |
| Octal | 261 | 212 | 37 | 0 | 26 | 122 | 37 | 54 | 106 | 51 |
| Binary | 10110001 | 10001010 | 11111 | 0 | 10110 | 1010010 | 11111 | 101100 | 1000110 | 101001 |
Color Harmonies of #B18A1F
Complementary color
Monochromatic Colors of #B18A1F
Black with #B18A1F
Text Example
Text Example
White with #B18A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A1F; }
p { color: rgb(177,138,31); }
H1.HeaderClassName
{
color: #B18A1F;
}
.AnyTagClassName
{
color: #B18A1F;
}
</style>
background-color css
<style>
a { background-color: #B18A1F; }
a { background-color: rgb(177,138,31); }
div.DivClassName
{
background-color: #B18A1F;
}
.BgClassName
{
background-color: #B18A1F;
}
</style>
border-color css
<style>
span { border-color: #B18A1F; }
span { border-color: rgb(177,138,31); }
td.TdClassName
{
border-color: #B18A1F;
}
.TagClassName
{
border-color: #B18A1F;
}
</style>