#B49A6D

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

Shades of Fallow #B49A6D

Tints of Fallow #B49A6D

Color information

#B49A6D (or 0xB49A6D) is unknown color: approx Fallow. HEX triplet: B4, 9A and 6D. RGB value is (180,154,109). Sum of RGB (Red+Green+Blue) = 180+154+109=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A6D is #4B6592. Grayscale: #9C9C9C. Windows color (decimal): -4941203 or 7183028. OLE color: 7183028.

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

Color convert

RGB180154109-
CMYK00.140.390.29
HSL38.03º32.13%56.67%-
HSV(B)38.03º39.44%70.59%-
XYZ33.1433.9219.27-
YUV156.64101.11144.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=40.63%
G=34.76%
B=24.60%

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
Decimal18015410900.140.390.2938.0332.1356.67
HexB49A6D0E271D262039
Octal2642321550164735464071
Binary101101001001101011011010111010011111101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A6D; }

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

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

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

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

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

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

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

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