#B49C49

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

Shades of Husk #B49C49

Tints of Husk #B49C49

Color information

#B49C49 (or 0xB49C49) is unknown color: approx Husk. HEX triplet: B4, 9C and 49. RGB value is (180,156,73). Sum of RGB (Red+Green+Blue) = 180+156+73=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C49 is #4B63B6. Grayscale: #9A9A9A. Windows color (decimal): -4940727 or 4824244. OLE color: 4824244.

HSL color Cylindrical-coordinate representation of color #B49C49: hue angle of 46.54º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49C49 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18015673-
CMYK00.130.590.29
HSL46.54º42.29%49.61%-
HSV(B)46.54º59.44%70.59%-
XYZ31.9133.9611.18-
YUV153.7182.45146.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=44.01%
G=38.14%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801567300.130.590.2946.5442.2949.61
HexB49C490D3B1D2f2a32
Octal2642341110157335575262
Binary101101001001110010010010110111101111101101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C49; }

 p { color: rgb(180,156,73); }

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

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

 a { background-color: rgb(180,156,73); }

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

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

 span { border-color: rgb(180,156,73); }

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