#B49A6F

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

Shades of Fallow #B49A6F

Tints of Fallow #B49A6F

Color information

#B49A6F (or 0xB49A6F) is unknown color: approx Fallow. HEX triplet: B4, 9A and 6F. RGB value is (180,154,111). Sum of RGB (Red+Green+Blue) = 180+154+111=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49A6F is #4B6590. Grayscale: #9D9D9D. Windows color (decimal): -4941201 or 7314100. OLE color: 7314100.

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

Color convert

RGB180154111-
CMYK00.140.380.29
HSL37.39º31.51%57.06%-
HSV(B)37.39º38.33%70.59%-
XYZ33.2533.9619.84-
YUV156.87102.11144.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=40.45%
G=34.61%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015411100.140.380.2937.3931.5157.06
HexB49A6F0E261D252039
Octal2642321570164635454071
Binary101101001001101011011110111010011011101100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A6F; }

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

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

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

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

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

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

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

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