#B49C48

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

Shades of Husk #B49C48

Tints of Husk #B49C48

Color information

#B49C48 (or 0xB49C48) is unknown color: approx Husk. HEX triplet: B4, 9C and 48. RGB value is (180,156,72). Sum of RGB (Red+Green+Blue) = 180+156+72=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C48 is #4B63B7. Grayscale: #999999. Windows color (decimal): -4940728 or 4758708. OLE color: 4758708.

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

Color convert

RGB18015672-
CMYK00.130.600.29
HSL46.67º42.86%49.41%-
HSV(B)46.67º60%70.59%-
XYZ31.8833.9511-
YUV153.681.95146.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=44.12%
G=38.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801567200.130.600.2946.6742.8649.41
HexB49C480D3C1D2f2b31
Octal2642341100157435575361
Binary101101001001110010010000110111110011101101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C48; }

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

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

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

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

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

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

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

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