Shades of Nugget #B1881E
Tints of Nugget #B1881E
RGB
CMYK
RGB Variations
Color information
#B1881E (or 0xB1881E) is known color: Nugget. HEX triplet: B1, 88 and 1E. RGB value is (177,136,30). Sum of RGB (Red+Green+Blue) = 177+136+30=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1881E is #4E77E1. Grayscale: #888888. Windows color (decimal): -5142498 or 2001073. OLE color: 2001073.
HSL color Cylindrical-coordinate representation of color #B1881E: hue angle of 43.27º 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 #B1881E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 30 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.31 |
| HSL | 43.27º | 0.71% | 0.41% | - |
| HSV(B) | 43.27º | 0.83% | 0.69% | - |
| XYZ | 27.17 | 27.05 | 5.02 | - |
| YUV | 136.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 30 | 0 | 0.23 | 0.83 | 0.31 | 43.27 | 0.71 | 0.41 |
| Hex | B1 | 88 | 1E | 0 | 17 | 53 | 1F | 2B | 47 | 29 |
| Octal | 261 | 210 | 36 | 0 | 27 | 123 | 37 | 53 | 107 | 51 |
| Binary | 10110001 | 10001000 | 11110 | 0 | 10111 | 1010011 | 11111 | 101011 | 1000111 | 101001 |
Color Harmonies of #B1881E
Complementary color
Monochromatic Colors of #B1881E
Black with #B1881E
Text Example
Text Example
White with #B1881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1881E; }
p { color: rgb(177,136,30); }
H1.HeaderClassName
{
color: #B1881E;
}
.AnyTagClassName
{
color: #B1881E;
}
</style>
background-color css
<style>
a { background-color: #B1881E; }
a { background-color: rgb(177,136,30); }
div.DivClassName
{
background-color: #B1881E;
}
.BgClassName
{
background-color: #B1881E;
}
</style>
border-color css
<style>
span { border-color: #B1881E; }
span { border-color: rgb(177,136,30); }
td.TdClassName
{
border-color: #B1881E;
}
.TagClassName
{
border-color: #B1881E;
}
</style>