#B49D6E

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

Shades of Fallow #B49D6E

Tints of Fallow #B49D6E

Color information

#B49D6E (or 0xB49D6E) is unknown color: approx Fallow. HEX triplet: B4, 9D and 6E. RGB value is (180,157,110). Sum of RGB (Red+Green+Blue) = 180+157+110=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D6E is #4B6291. Grayscale: #9E9E9E. Windows color (decimal): -4940434 or 7249332. OLE color: 7249332.

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

Color convert

RGB180157110-
CMYK00.130.390.29
HSL40.29º31.82%56.86%-
HSV(B)40.29º38.89%70.59%-
XYZ33.6934.9419.72-
YUV158.52100.62143.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=40.27%
G=35.12%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015711000.130.390.2940.2931.8256.86
HexB49D6E0D271D282039
Octal2642351560154735504071
Binary101101001001110111011100110110011111101101000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D6E; }

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

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

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

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

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

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

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

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