#b49e71

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

Shades of Fallow #B49E71

Tints of Fallow #B49E71

Color information

#B49E71 (or 0xB49E71) is unknown color: approx Fallow. HEX triplet: B4, 9E and 71. RGB value is (180,158,113). Sum of RGB (Red+Green+Blue) = 180+158+113=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E71 is #4B618E. Grayscale: #9F9F9F. Windows color (decimal): -4940175 or 7446196. OLE color: 7446196.

HSL color Cylindrical-coordinate representation of color #B49E71: hue angle of 40.3º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49E71 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180158113-
CMYK00.120.370.29
HSL40.3º30.88%57.45%-
HSV(B)40.3º37.22%70.59%-
XYZ34.0335.3520.65-
YUV159.45101.79142.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=39.91%
G=35.03%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015811300.120.370.2940.330.8857.45
HexB49E710C251D281f39
Octal2642361610144535503771
Binary10110100100111101110001011001001011110110100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49e71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49e71; }

 p { color: rgb(180,158,113); }

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

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

 a { background-color: rgb(180,158,113); }

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

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

 span { border-color: rgb(180,158,113); }

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