#B49D6B

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

Shades of Fallow #B49D6B

Tints of Fallow #B49D6B

Color information

#B49D6B (or 0xB49D6B) is unknown color: approx Fallow. HEX triplet: B4, 9D and 6B. RGB value is (180,157,107). Sum of RGB (Red+Green+Blue) = 180+157+107=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6B is #4B6294. Grayscale: #9E9E9E. Windows color (decimal): -4940437 or 7052724. OLE color: 7052724.

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

Color convert

RGB180157107-
CMYK00.130.410.29
HSL41.1º32.74%56.27%-
HSV(B)41.1º40.56%70.59%-
XYZ33.5334.8818.87-
YUV158.1899.12143.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=40.54%
G=35.36%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015710700.130.410.2941.132.7456.27
HexB49D6B0D291D292138
Octal2642351530155135514170
Binary101101001001110111010110110110100111101101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D6B; }

 p { color: rgb(180,157,107); }

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

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

 a { background-color: rgb(180,157,107); }

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

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

 span { border-color: rgb(180,157,107); }

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