Shades of Nugget #B1881F
Tints of Nugget #B1881F
RGB
CMYK
RGB Variations
Color information
#B1881F (or 0xB1881F) is known color: Nugget. HEX triplet: B1, 88 and 1F. RGB value is (177,136,31). Sum of RGB (Red+Green+Blue) = 177+136+31=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1881F is #4E77E0. Grayscale: #888888. Windows color (decimal): -5142497 or 2066609. OLE color: 2066609.
HSL color Cylindrical-coordinate representation of color #B1881F: hue angle of 43.15º 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 #B1881F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.31 |
| HSL | 43.15º | 0.7% | 0.41% | - |
| HSV(B) | 43.15º | 0.82% | 0.69% | - |
| XYZ | 27.18 | 27.05 | 5.09 | - |
| YUV | 136.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 31 | 0 | 0.23 | 0.82 | 0.31 | 43.15 | 0.7 | 0.41 |
| Hex | B1 | 88 | 1F | 0 | 17 | 52 | 1F | 2B | 46 | 29 |
| Octal | 261 | 210 | 37 | 0 | 27 | 122 | 37 | 53 | 106 | 51 |
| Binary | 10110001 | 10001000 | 11111 | 0 | 10111 | 1010010 | 11111 | 101011 | 1000110 | 101001 |
Color Harmonies of #B1881F
Complementary color
Monochromatic Colors of #B1881F
Black with #B1881F
Text Example
Text Example
White with #B1881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1881F; }
p { color: rgb(177,136,31); }
H1.HeaderClassName
{
color: #B1881F;
}
.AnyTagClassName
{
color: #B1881F;
}
</style>
background-color css
<style>
a { background-color: #B1881F; }
a { background-color: rgb(177,136,31); }
div.DivClassName
{
background-color: #B1881F;
}
.BgClassName
{
background-color: #B1881F;
}
</style>
border-color css
<style>
span { border-color: #B1881F; }
span { border-color: rgb(177,136,31); }
td.TdClassName
{
border-color: #B1881F;
}
.TagClassName
{
border-color: #B1881F;
}
</style>