#B49E6C

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

Shades of Fallow #B49E6C

Tints of Fallow #B49E6C

Color information

#B49E6C (or 0xB49E6C) is unknown color: approx Fallow. HEX triplet: B4, 9E and 6C. RGB value is (180,158,108). Sum of RGB (Red+Green+Blue) = 180+158+108=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E6C is #4B6193. Grayscale: #9F9F9F. Windows color (decimal): -4940180 or 7118516. OLE color: 7118516.

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

Color convert

RGB180158108-
CMYK00.120.400.29
HSL41.67º32.43%56.47%-
HSV(B)41.67º40%70.59%-
XYZ33.7635.2419.21-
YUV158.8899.29143.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=40.36%
G=35.43%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015810800.120.400.2941.6732.4356.47
HexB49E6C0C281D2a2038
Octal2642361540145035524070
Binary101101001001111011011000110010100011101101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E6C; }

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

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

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

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

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

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

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

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