Shades of Nugget #B1871F
Tints of Nugget #B1871F
RGB
CMYK
RGB Variations
Color information
#B1871F (or 0xB1871F) is known color: Nugget. HEX triplet: B1, 87 and 1F. RGB value is (177,135,31). Sum of RGB (Red+Green+Blue) = 177+135+31=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1871F is #4E78E0. Grayscale: #888888. Windows color (decimal): -5142753 or 2066353. OLE color: 2066353.
HSL color Cylindrical-coordinate representation of color #B1871F: hue angle of 42.74º 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 #B1871F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 31 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.31 |
| HSL | 42.74º | 0.7% | 0.41% | - |
| HSV(B) | 42.74º | 0.82% | 0.69% | - |
| XYZ | 27.04 | 26.77 | 5.04 | - |
| YUV | 135.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 31 | 0 | 0.24 | 0.82 | 0.31 | 42.74 | 0.7 | 0.41 |
| Hex | B1 | 87 | 1F | 0 | 18 | 52 | 1F | 2B | 46 | 29 |
| Octal | 261 | 207 | 37 | 0 | 30 | 122 | 37 | 53 | 106 | 51 |
| Binary | 10110001 | 10000111 | 11111 | 0 | 11000 | 1010010 | 11111 | 101011 | 1000110 | 101001 |
Color Harmonies of #B1871F
Complementary color
Monochromatic Colors of #B1871F
Black with #B1871F
Text Example
Text Example
White with #B1871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1871F; }
p { color: rgb(177,135,31); }
H1.HeaderClassName
{
color: #B1871F;
}
.AnyTagClassName
{
color: #B1871F;
}
</style>
background-color css
<style>
a { background-color: #B1871F; }
a { background-color: rgb(177,135,31); }
div.DivClassName
{
background-color: #B1871F;
}
.BgClassName
{
background-color: #B1871F;
}
</style>
border-color css
<style>
span { border-color: #B1871F; }
span { border-color: rgb(177,135,31); }
td.TdClassName
{
border-color: #B1871F;
}
.TagClassName
{
border-color: #B1871F;
}
</style>