#B6A149

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

Shades of Husk #B6A149

Tints of Husk #B6A149

Color information

#B6A149 (or 0xB6A149) is unknown color: approx Husk. HEX triplet: B6, A1 and 49. RGB value is (182,161,73). Sum of RGB (Red+Green+Blue) = 182+161+73=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A149 is #495EB6. Grayscale: #9D9D9D. Windows color (decimal): -4808375 or 4825526. OLE color: 4825526.

HSL color Cylindrical-coordinate representation of color #B6A149: hue angle of 48.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6A149 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18216173-
CMYK00.120.600.29
HSL48.44º42.75%50%-
HSV(B)48.44º59.89%71.37%-
XYZ33.2435.9211.48-
YUV157.2580.46145.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=43.75%
G=38.70%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821617300.120.600.2948.4442.7550
HexB6A1490C3C1D302b32
Octal2662411110147435605362
Binary101101101010000110010010110011110011101110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A149; }

 p { color: rgb(182,161,73); }

 H1.HeaderClassName
 {
   color: #B6A149;
 }
 .AnyTagClassName
 {
   color: #B6A149;
 }
</style>
background-color css

<style>
 a { background-color: #B6A149; }

 a { background-color: rgb(182,161,73); }

 div.DivClassName
 {
   background-color: #B6A149;
 }
 .BgClassName
 {
   background-color: #B6A149;
 }
</style>
border-color css

<style>
 span { border-color: #B6A149; }

 span { border-color: rgb(182,161,73); }

 td.TdClassName
 {
   border-color: #B6A149;
 }
 .TagClassName
 {
   border-color: #B6A149;
 }
</style>