#B49B6D

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

Shades of Fallow #B49B6D

Tints of Fallow #B49B6D

Color information

#B49B6D (or 0xB49B6D) is unknown color: approx Fallow. HEX triplet: B4, 9B and 6D. RGB value is (180,155,109). Sum of RGB (Red+Green+Blue) = 180+155+109=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B6D is #4B6492. Grayscale: #9D9D9D. Windows color (decimal): -4940947 or 7183284. OLE color: 7183284.

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

Color convert

RGB180155109-
CMYK00.140.390.29
HSL38.87º32.13%56.67%-
HSV(B)38.87º39.44%70.59%-
XYZ33.334.2519.32-
YUV157.23100.78144.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=40.54%
G=34.91%
B=24.55%

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
Decimal18015510900.140.390.2938.8732.1356.67
HexB49B6D0E271D272039
Octal2642331550164735474071
Binary101101001001101111011010111010011111101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B6D; }

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

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

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

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

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

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

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

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