#B49D6A

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

Shades of Fallow #B49D6A

Tints of Fallow #B49D6A

Color information

#B49D6A (or 0xB49D6A) is unknown color: approx Fallow. HEX triplet: B4, 9D and 6A. RGB value is (180,157,106). Sum of RGB (Red+Green+Blue) = 180+157+106=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6A is #4B6295. Grayscale: #9E9E9E. Windows color (decimal): -4940438 or 6987188. OLE color: 6987188.

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

Color convert

RGB180157106-
CMYK00.130.410.29
HSL41.35º33.04%56.08%-
HSV(B)41.35º41.11%70.59%-
XYZ33.4834.8618.6-
YUV158.0698.62143.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=40.63%
G=35.44%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015710600.130.410.2941.3533.0456.08
HexB49D6A0D291D292138
Octal2642351520155135514170
Binary101101001001110111010100110110100111101101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D6A; }

 p { color: rgb(180,157,106); }

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

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

 a { background-color: rgb(180,157,106); }

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

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

 span { border-color: rgb(180,157,106); }

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