Shades of Nugget #B18622
Tints of Nugget #B18622
RGB
CMYK
RGB Variations
Color information
#B18622 (or 0xB18622) is known color: Nugget. HEX triplet: B1, 86 and 22. RGB value is (177,134,34). Sum of RGB (Red+Green+Blue) = 177+134+34=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18622 is #4E79DD. Grayscale: #878787. Windows color (decimal): -5143006 or 2262705. OLE color: 2262705.
HSL color Cylindrical-coordinate representation of color #B18622: hue angle of 41.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18622 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 34 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.31 |
| HSL | 41.96º | 0.68% | 0.41% | - |
| HSV(B) | 41.96º | 0.81% | 0.69% | - |
| XYZ | 26.95 | 26.51 | 5.21 | - |
| YUV | 135.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 34 | 0 | 0.24 | 0.81 | 0.31 | 41.96 | 0.68 | 0.41 |
| Hex | B1 | 86 | 22 | 0 | 18 | 51 | 1F | 2A | 44 | 29 |
| Octal | 261 | 206 | 42 | 0 | 30 | 121 | 37 | 52 | 104 | 51 |
| Binary | 10110001 | 10000110 | 100010 | 0 | 11000 | 1010001 | 11111 | 101010 | 1000100 | 101001 |
Color Harmonies of #B18622
Complementary color
Monochromatic Colors of #B18622
Black with #B18622
Text Example
Text Example
White with #B18622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18622; }
p { color: rgb(177,134,34); }
H1.HeaderClassName
{
color: #B18622;
}
.AnyTagClassName
{
color: #B18622;
}
</style>
background-color css
<style>
a { background-color: #B18622; }
a { background-color: rgb(177,134,34); }
div.DivClassName
{
background-color: #B18622;
}
.BgClassName
{
background-color: #B18622;
}
</style>
border-color css
<style>
span { border-color: #B18622; }
span { border-color: rgb(177,134,34); }
td.TdClassName
{
border-color: #B18622;
}
.TagClassName
{
border-color: #B18622;
}
</style>