Shades of Nugget #B18A22
Tints of Nugget #B18A22
RGB
CMYK
RGB Variations
Color information
#B18A22 (or 0xB18A22) is known color: Nugget. HEX triplet: B1, 8A and 22. RGB value is (177,138,34). Sum of RGB (Red+Green+Blue) = 177+138+34=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A22 is #4E75DD. Grayscale: #8A8A8A. Windows color (decimal): -5141982 or 2263729. OLE color: 2263729.
HSL color Cylindrical-coordinate representation of color #B18A22: hue angle of 43.64º 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 #B18A22 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 34 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.31 |
| HSL | 43.64º | 0.68% | 0.41% | - |
| HSV(B) | 43.64º | 0.81% | 0.69% | - |
| XYZ | 27.51 | 27.64 | 5.4 | - |
| YUV | 137.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 34 | 0 | 0.22 | 0.81 | 0.31 | 43.64 | 0.68 | 0.41 |
| Hex | B1 | 8A | 22 | 0 | 16 | 51 | 1F | 2C | 44 | 29 |
| Octal | 261 | 212 | 42 | 0 | 26 | 121 | 37 | 54 | 104 | 51 |
| Binary | 10110001 | 10001010 | 100010 | 0 | 10110 | 1010001 | 11111 | 101100 | 1000100 | 101001 |
Color Harmonies of #B18A22
Complementary color
Monochromatic Colors of #B18A22
Black with #B18A22
Text Example
Text Example
White with #B18A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A22; }
p { color: rgb(177,138,34); }
H1.HeaderClassName
{
color: #B18A22;
}
.AnyTagClassName
{
color: #B18A22;
}
</style>
background-color css
<style>
a { background-color: #B18A22; }
a { background-color: rgb(177,138,34); }
div.DivClassName
{
background-color: #B18A22;
}
.BgClassName
{
background-color: #B18A22;
}
</style>
border-color css
<style>
span { border-color: #B18A22; }
span { border-color: rgb(177,138,34); }
td.TdClassName
{
border-color: #B18A22;
}
.TagClassName
{
border-color: #B18A22;
}
</style>