#B49A6E

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

Shades of Fallow #B49A6E

Tints of Fallow #B49A6E

Color information

#B49A6E (or 0xB49A6E) is unknown color: approx Fallow. HEX triplet: B4, 9A and 6E. RGB value is (180,154,110). Sum of RGB (Red+Green+Blue) = 180+154+110=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A6E is #4B6591. Grayscale: #9C9C9C. Windows color (decimal): -4941202 or 7248564. OLE color: 7248564.

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

Color convert

RGB180154110-
CMYK00.140.390.29
HSL37.71º31.82%56.86%-
HSV(B)37.71º38.89%70.59%-
XYZ33.1933.9419.55-
YUV156.76101.61144.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=40.54%
G=34.68%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015411000.140.390.2937.7131.8256.86
HexB49A6E0E271D262039
Octal2642321560164735464071
Binary101101001001101011011100111010011111101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A6E; }

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

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

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

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

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

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

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

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