#B18A22

Color #B18A22 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B18A22

Tints of Nugget #B18A22

Color information

#B18A22 (or 0xB18A22) is unknown color: approx 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

RGB17713834-
CMYK00.220.810.31
HSL43.64º67.77%41.37%-
HSV(B)43.64º80.79%69.41%-
XYZ27.5127.645.4-
YUV137.869.42155.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=50.72%
G=39.54%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771383400.220.810.3143.6467.7741.37
HexB18A22016511F2c4429
Octal26121242026121375410451
Binary10110001100010101000100101101010001111111011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>