#B49A6A

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

Shades of Fallow #B49A6A

Tints of Fallow #B49A6A

Color information

#B49A6A (or 0xB49A6A) is unknown color: approx Fallow. HEX triplet: B4, 9A and 6A. RGB value is (180,154,106). Sum of RGB (Red+Green+Blue) = 180+154+106=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A6A is #4B6595. Grayscale: #9C9C9C. Windows color (decimal): -4941206 or 6986420. OLE color: 6986420.

HSL color Cylindrical-coordinate representation of color #B49A6A: hue angle of 38.92º 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 #B49A6A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180154106-
CMYK00.140.410.29
HSL38.92º33.04%56.08%-
HSV(B)38.92º41.11%70.59%-
XYZ32.9833.8618.43-
YUV156.399.61144.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=40.91%
G=35%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015410600.140.410.2938.9233.0456.08
HexB49A6A0E291D272138
Octal2642321520165135474170
Binary101101001001101011010100111010100111101100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A6A; }

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

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

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

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

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

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

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

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