#B49E74

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

Shades of Fallow #B49E74

Tints of Fallow #B49E74

Color information

#B49E74 (or 0xB49E74) is unknown color: approx Fallow. HEX triplet: B4, 9E and 74. RGB value is (180,158,116). Sum of RGB (Red+Green+Blue) = 180+158+116=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E74 is #4B618B. Grayscale: #9F9F9F. Windows color (decimal): -4940172 or 7642804. OLE color: 7642804.

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

Color convert

RGB180158116-
CMYK00.120.360.29
HSL39.38º29.91%58.04%-
HSV(B)39.38º35.56%70.59%-
XYZ34.235.4221.56-
YUV159.79103.29142.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=39.65%
G=34.80%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015811600.120.360.2939.3829.9158.04
HexB49E740C241D271e3a
Octal2642361640144435473672
Binary10110100100111101110100011001001001110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E74; }

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

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

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

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

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

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

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

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