Shades of Nugget #B18822
Tints of Nugget #B18822
RGB
CMYK
RGB Variations
Color information
#B18822 (or 0xB18822) is known color: Nugget. HEX triplet: B1, 88 and 22. RGB value is (177,136,34). Sum of RGB (Red+Green+Blue) = 177+136+34=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B18822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18822 is #4E77DD. Grayscale: #898989. Windows color (decimal): -5142494 or 2263217. OLE color: 2263217.
HSL color Cylindrical-coordinate representation of color #B18822: hue angle of 42.8º 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 #B18822 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 34 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.31 |
| HSL | 42.8º | 0.68% | 0.41% | - |
| HSV(B) | 42.8º | 0.81% | 0.69% | - |
| XYZ | 27.22 | 27.07 | 5.3 | - |
| YUV | 136.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 34 | 0 | 0.23 | 0.81 | 0.31 | 42.8 | 0.68 | 0.41 |
| Hex | B1 | 88 | 22 | 0 | 17 | 51 | 1F | 2B | 44 | 29 |
| Octal | 261 | 210 | 42 | 0 | 27 | 121 | 37 | 53 | 104 | 51 |
| Binary | 10110001 | 10001000 | 100010 | 0 | 10111 | 1010001 | 11111 | 101011 | 1000100 | 101001 |
Color Harmonies of #B18822
Complementary color
Monochromatic Colors of #B18822
Black with #B18822
Text Example
Text Example
White with #B18822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18822; }
p { color: rgb(177,136,34); }
H1.HeaderClassName
{
color: #B18822;
}
.AnyTagClassName
{
color: #B18822;
}
</style>
background-color css
<style>
a { background-color: #B18822; }
a { background-color: rgb(177,136,34); }
div.DivClassName
{
background-color: #B18822;
}
.BgClassName
{
background-color: #B18822;
}
</style>
border-color css
<style>
span { border-color: #B18822; }
span { border-color: rgb(177,136,34); }
td.TdClassName
{
border-color: #B18822;
}
.TagClassName
{
border-color: #B18822;
}
</style>