#B49E6E

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

Shades of Fallow #B49E6E

Tints of Fallow #B49E6E

Color information

#B49E6E (or 0xB49E6E) is unknown color: approx Fallow. HEX triplet: B4, 9E and 6E. RGB value is (180,158,110). Sum of RGB (Red+Green+Blue) = 180+158+110=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E6E is #4B6191. Grayscale: #9F9F9F. Windows color (decimal): -4940178 or 7249588. OLE color: 7249588.

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

Color convert

RGB180158110-
CMYK00.120.390.29
HSL41.14º31.82%56.86%-
HSV(B)41.14º38.89%70.59%-
XYZ33.8635.2819.78-
YUV159.11100.29142.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=40.18%
G=35.27%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015811000.120.390.2941.1431.8256.86
HexB49E6E0C271D292039
Octal2642361560144735514071
Binary101101001001111011011100110010011111101101001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E6E; }

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

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

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

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

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

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

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

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