#B49D6C

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

Shades of Fallow #B49D6C

Tints of Fallow #B49D6C

Color information

#B49D6C (or 0xB49D6C) is unknown color: approx Fallow. HEX triplet: B4, 9D and 6C. RGB value is (180,157,108). Sum of RGB (Red+Green+Blue) = 180+157+108=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6C is #4B6293. Grayscale: #9E9E9E. Windows color (decimal): -4940436 or 7118260. OLE color: 7118260.

HSL color Cylindrical-coordinate representation of color #B49D6C: hue angle of 40.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B49D6C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180157108-
CMYK00.130.400.29
HSL40.83º32.43%56.47%-
HSV(B)40.83º40%70.59%-
XYZ33.5934.919.15-
YUV158.2999.62143.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=40.45%
G=35.28%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015710800.130.400.2940.8332.4356.47
HexB49D6C0D281D292038
Octal2642351540155035514070
Binary101101001001110111011000110110100011101101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D6C; }

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

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

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

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

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

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

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

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